diff options
| author | Markus Holtermann <info@markusholtermann.eu> | 2015-01-12 02:52:22 +0100 |
|---|---|---|
| committer | Markus Holtermann <info@markusholtermann.eu> | 2015-01-14 19:59:39 +0100 |
| commit | 737d24923ac69bb8b89af1bb2f3f4c4c744349e8 (patch) | |
| tree | 781f111026f3fb1fbaddd6c31c1c134d5640965e /docs | |
| parent | a6f144fd4fee0090de3a99b1f50a4142722e7946 (diff) | |
Fixed #24075 -- Prevented running post_migrate signals when unapplying initial migrations of contenttypes and auth
Thanks Florian Apolloner for the report and Claude Paroz and Tim Graham for the review and help on the patch.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.7.4.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/1.7.4.txt b/docs/releases/1.7.4.txt index 379b148488..486baa6e07 100644 --- a/docs/releases/1.7.4.txt +++ b/docs/releases/1.7.4.txt @@ -9,4 +9,5 @@ Django 1.7.4 fixes several bugs in 1.7.3. Bugfixes ======== -* ... +* Fixed a migration crash when unapplying ``contrib.contenttypes``’s or + ``contrib.auth``’s first migration (:ticket:`24075`). |
