From 4365d6d086efaf8e8fe2a060be869c3313a356b5 Mon Sep 17 00:00:00 2001 From: Boulder Sprinters Date: Fri, 1 Jun 2007 18:22:05 +0000 Subject: 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 --- tests/modeltests/datatypes/models.py | 2 -- 1 file changed, 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. """ -- cgit v1.2.1