mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +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
|
@ -4,7 +4,7 @@ from django.db import models
|
|||
# to create the tables for models where db_tablespace is set. To avoid this
|
||||
# problem, we mark the models as unmanaged, and temporarily revert them to
|
||||
# managed during each test. We also set them to use the same tables as the
|
||||
# "reference" models to avoid errors when other tests run 'syncdb'
|
||||
# "reference" models to avoid errors when other tests run 'migrate'
|
||||
# (proxy_models_inheritance does).
|
||||
|
||||
class ScientistRef(models.Model):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue