summaryrefslogtreecommitdiff
path: root/tests/modeltests/custom_methods/models.py
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2006-05-31 19:10:43 +0000
committerAdrian Holovaty <adrian@holovaty.com>2006-05-31 19:10:43 +0000
commita846155118747d6cdebaa92326eac1b08118e8ff (patch)
treeda936f1ab8e6390f2fc5d2043be06b327483451d /tests/modeltests/custom_methods/models.py
parent3daae59aab8d573ddec0c66a47c12a8baac7dd49 (diff)
Small formatting changes to model unit tests to make them look better in the model examples online
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3030 bcc190cf-cafb-0310-a4f2-bffc1f526a37
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.
"""