summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorAndrew Godwin <andrew@aeracode.org>2013-07-30 11:52:36 +0100
committerAndrew Godwin <andrew@aeracode.org>2013-07-30 11:52:36 +0100
commit086389f5fc64bc47661f53332bf6ab3e2e882392 (patch)
tree9431d59f5829091d37c8f10c4286e24662047267 /docs/internals
parentc8cbdabfab3a150904a2214930e82112d0231ff2 (diff)
Start adding schema migration into the release notes
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index b0f5566cb3..7fb7ec7cad 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -414,6 +414,12 @@ these changes.
* ``django.utils.unittest`` 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.
+
2.0
---