Updated syncdb -> migrate in tests.

This commit is contained in:
Tim Graham 2013-09-03 11:51:34 -04:00
parent 8f7f8bf688
commit 3db66b1d65
13 changed files with 46 additions and 57 deletions

View file

@ -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()