diff --git a/entities.rst b/entities.rst index b14e095..28f520c 100644 --- a/entities.rst +++ b/entities.rst @@ -352,7 +352,7 @@ File models.py: name = Required(str, unique=True) price = Required(Decimal) - +**NOTE:** When using a mixin to provide entity hooks, the mixin class must go before db.Entity in the superclass list. .. _mapping_customization: