diff options
| author | Tim Graham <timograham@gmail.com> | 2013-09-03 11:51:34 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-09-03 11:51:34 -0400 |
| commit | 3db66b1d65c12a94476017cbcc86e72fd842d29e (patch) | |
| tree | ef333f7ca61a877e129bfd040a510045972d8b3b /tests/schema | |
| parent | 8f7f8bf6884ada8622bc3696c7465c904164d314 (diff) | |
Updated syncdb -> migrate in tests.
Diffstat (limited to 'tests/schema')
| -rw-r--r-- | tests/schema/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/schema/models.py b/tests/schema/models.py index dc717ec105..b79f54699d 100644 --- a/tests/schema/models.py +++ b/tests/schema/models.py @@ -3,7 +3,7 @@ from django.db.models.loading import BaseAppCache # Because we want to test creation and deletion of these as separate things, # these models are all inserted into a separate AppCache so the main test -# runner doesn't syncdb them. +# runner doesn't migrate them. new_app_cache = BaseAppCache() |
