mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Rename allow_syncdb to allow_migrate
This commit is contained in:
@@ -414,12 +414,17 @@ these changes.
|
||||
|
||||
* ``django.utils.unittest`` will be removed.
|
||||
|
||||
* The ``syncdb`` command will be removed.
|
||||
|
||||
* ``django.db.models.signals.pre_syncdb`` and
|
||||
``django.db.models.signals.post_syncdb`` will be removed, and
|
||||
``django.db.models.signals.pre_migrate`` and
|
||||
``django.db.models.signals.post_migrate`` will lose their
|
||||
``create_models`` and ``created_models`` arguments.
|
||||
|
||||
* ``allow_syncdb`` on database routers will no longer automatically become
|
||||
``allow_migrate``.
|
||||
|
||||
2.0
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user