From 20c8aa2a2029be50449b25122f85bbef0f2b957f Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Sat, 17 Dec 2011 17:37:24 +0000 Subject: Fixed various dodgy behaviours git-svn-id: http://code.djangoproject.com/svn/django/trunk@17226 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- tests/modeltests/force_insert_update/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/modeltests/force_insert_update/models.py') diff --git a/tests/modeltests/force_insert_update/models.py b/tests/modeltests/force_insert_update/models.py index c356312606..56d6624e0d 100644 --- a/tests/modeltests/force_insert_update/models.py +++ b/tests/modeltests/force_insert_update/models.py @@ -1,6 +1,6 @@ """ Tests for forcing insert and update queries (instead of Django's normal -automatic behaviour). +automatic behavior). """ from django.db import models -- cgit v1.3