summaryrefslogtreecommitdiff
path: root/tests/modeltests/properties
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2006-05-31 18:45:17 +0000
committerAdrian Holovaty <adrian@holovaty.com>2006-05-31 18:45:17 +0000
commit3daae59aab8d573ddec0c66a47c12a8baac7dd49 (patch)
tree80e6463249b409567b79176fc81d0d8a812ca96f /tests/modeltests/properties
parent1bf991abb32c3fab1a1d81d3087d7f6e16a54559 (diff)
Added blurbs to the model unit tests that didn't have them
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3028 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/modeltests/properties')
-rw-r--r--tests/modeltests/properties/models.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/modeltests/properties/models.py b/tests/modeltests/properties/models.py
index 2c2190e989..e9d8da9594 100644
--- a/tests/modeltests/properties/models.py
+++ b/tests/modeltests/properties/models.py
@@ -1,5 +1,7 @@
"""
22. Using properties on models
+
+Use properties on models just like on any other Python object.
"""
from django.db import models