mirror of
https://github.com/django/django.git
synced 2025-12-15 21:45:20 +00:00
Updated syncdb -> migrate in tests.
This commit is contained in:
parent
8f7f8bf688
commit
3db66b1d65
13 changed files with 46 additions and 57 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue