summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoulder Sprinters <boulder-sprinters@djangoproject.com>2007-06-01 18:22:05 +0000
committerBoulder Sprinters <boulder-sprinters@djangoproject.com>2007-06-01 18:22:05 +0000
commit4365d6d086efaf8e8fe2a060be869c3313a356b5 (patch)
tree845fe17950fbc6e30b58dc70f9c888c3142808e3
parent959343fc7e7f1b5c2e58a7890c848c172ad1fbbe (diff)
downloaddjango-4365d6d086efaf8e8fe2a060be869c3313a356b5.tar.gz
Removed header line that implied the datatypes tests were a model example meant as documentation.
git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5416 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--tests/modeltests/datatypes/models.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/modeltests/datatypes/models.py b/tests/modeltests/datatypes/models.py
index 979817e721..888440ffa9 100644
--- a/tests/modeltests/datatypes/models.py
+++ b/tests/modeltests/datatypes/models.py
@@ -1,6 +1,4 @@
"""
-1. Simple data types testing.
-
This is a basic model to test saving and loading boolean and date-related
types, which in the past were problematic for some database backends.
"""