From 12e9804d163777af17cc2a3dfdfff49e5f750ebd Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Tue, 30 Jul 2013 12:08:59 +0100 Subject: Rename allow_syncdb to allow_migrate --- docs/internals/deprecation.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 7fb7ec7cad..25d54d5269 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -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 --- -- cgit v1.3