summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-09-09 16:08:15 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-09-09 16:08:15 -0700
commitd6e222f30a0277d31522439c86e7e939ef1a858e (patch)
treea81bb3dffc4397da662cc39af113a8123339a524 /docs
parentdf2fd4e09b1d51e5154e607babf232610a0ec0c4 (diff)
parent522d3d61325811e7bec120ed1f3c2a5f89f701a0 (diff)
Merge pull request #1607 from Diskun/master
Fixed a little mistake in Django 1.7 release notes
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt
index c49ad86c6c..e84f738530 100644
--- a/docs/releases/1.7.txt
+++ b/docs/releases/1.7.txt
@@ -47,7 +47,7 @@ but a few of the key features are:
* A new ``makemigrations`` command provides an easy way to autodetect changes
to your models and make migrations for them.
-* :data:`~django.db.models.signals.post_syncdb` and
+* :data:`~django.db.models.signals.pre_syncdb` and
:data:`~django.db.models.signals.post_syncdb` have been renamed to
:data:`~django.db.models.signals.pre_migrate` and
:data:`~django.db.models.signals.post_migrate` respectively. The