diff options
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 |
