summaryrefslogtreecommitdiff
path: root/tests/modeltests/custom_methods/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/modeltests/custom_methods/models.py')
-rw-r--r--tests/modeltests/custom_methods/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/modeltests/custom_methods/models.py b/tests/modeltests/custom_methods/models.py
index 3fdefca6bf..6cc3fe8548 100644
--- a/tests/modeltests/custom_methods/models.py
+++ b/tests/modeltests/custom_methods/models.py
@@ -1,5 +1,5 @@
"""
-3. Giving models custom methods and custom managers
+3. Giving models custom methods
Any method you add to a model will be available to instances.
"""