86 | | |
87 | | * {{{module_name}}} |
88 | | * {{{admin}}} (See "Moved admin options to 'class Admin'" below.) |
89 | | * {{{exceptions}}} (Just put your exceptions in the module that contains the models and access them normally.) |
90 | | * {{{module_constants}}} (Just put your constants in the module that contains the models and access them normally.) |
91 | | * {{{where_constraints}}} (Just use a custom manager. See "Custom managers, and multiple managers" below.) |
| 86 | * {{{module_name}}} |
| 87 | * {{{admin}}} (See "Moved admin options to 'class Admin'" below.) |
| 88 | * {{{exceptions}}} (Just put your exceptions in the module that contains the models and access them normally.) |
| 89 | * {{{module_constants}}} (Just put your constants in the module that contains the models and access them normally.) |
| 90 | * {{{where_constraints}}} (Just use a custom manager. See "Custom managers, and multiple managers" below.) |