diff options
Diffstat (limited to 'tests/custom_managers')
| -rw-r--r-- | tests/custom_managers/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/custom_managers/models.py b/tests/custom_managers/models.py index feda9ef630..cecfd2c948 100644 --- a/tests/custom_managers/models.py +++ b/tests/custom_managers/models.py @@ -1,5 +1,5 @@ """ -23. Giving models a custom manager +Giving models a custom manager You can use a custom ``Manager`` in a particular model by extending the base ``Manager`` class and instantiating your custom ``Manager`` in your model. |
