summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
authorAndrew Godwin <andrew@aeracode.org>2013-07-30 12:08:59 +0100
committerAndrew Godwin <andrew@aeracode.org>2013-07-30 12:08:59 +0100
commit12e9804d163777af17cc2a3dfdfff49e5f750ebd (patch)
treede245c81bba1b8cb8e4cc28b8abd60f8ade5b61e /docs/releases
parent68e0a169c4f9fa7f8071e014b274fd59e970f9a3 (diff)
Rename allow_syncdb to allow_migrate
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/1.7.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt
index 5bd462b4a8..df2b10d18c 100644
--- a/docs/releases/1.7.txt
+++ b/docs/releases/1.7.txt
@@ -52,7 +52,10 @@ but a few of the key features are:
:data:`~django.db.models.signals.post_migrate` respectively. The
``create_models``/``created_models`` argument has also been deprecated.
-* Routers something something.
+* The ``allow_syncdb`` method on database routers is now called ``allow_migrate``,
+ but still performs the same function. Routers with ``allow_syncdb`` methods
+ will still work, but that method name is deprecated and you should change
+ it as soon as possible (nothing more than renaming is required).
Admin shortcuts support time zones
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~