1
0
mirror of https://github.com/django/django.git synced 2025-07-05 18:29:11 +00:00

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
This commit is contained in:
Boulder Sprinters 2007-06-01 18:22:05 +00:00
parent 959343fc7e
commit 4365d6d086

View File

@ -1,6 +1,4 @@
""" """
1. Simple data types testing.
This is a basic model to test saving and loading boolean and date-related 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. types, which in the past were problematic for some database backends.
""" """