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

Revert "Fixed #24075 -- Prevented running post_migrate signals when unapplying initial migrations of contenttypes and auth"

This reverts commit 737d24923a.
This commit is contained in:
Markus Holtermann
2015-02-07 19:34:15 +01:00
parent bd3d796ecd
commit 2832a9b028
6 changed files with 6 additions and 61 deletions

View File

@@ -9,4 +9,7 @@ Django 1.7.5 fixes several bugs in 1.7.4.
Bugfixes
========
* ...
* Reverted a fix that prevented a migration crash when unapplying
``contrib.contenttypes``s or ``contrib.auth``s first migration
(:ticket:`24075`) due to severe impact on the test performance
(:ticket:`24251`) and problems in multi-database setups (:ticket:`24298`).