diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2011-12-17 17:37:24 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2011-12-17 17:37:24 +0000 |
| commit | 20c8aa2a2029be50449b25122f85bbef0f2b957f (patch) | |
| tree | 1bc5e31d0350c2f6646136fc4859b885a1e2359b /tests/modeltests/force_insert_update/models.py | |
| parent | c7534584e8cbb33203675f92e71ec76fb5afd95c (diff) | |
Fixed various dodgy behaviours
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17226 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/modeltests/force_insert_update/models.py')
| -rw-r--r-- | tests/modeltests/force_insert_update/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
