1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

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.
This commit is contained in:
Markus Holtermann
2015-01-12 02:52:22 +01:00
parent a6f144fd4f
commit 737d24923a
6 changed files with 63 additions and 3 deletions

View File

@@ -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`).