1
0
mirror of https://github.com/django/django.git synced 2024-12-26 11:06:07 +00:00
django/docs/releases/1.7.5.txt

16 lines
444 B
Plaintext
Raw Normal View History

==========================
Django 1.7.5 release notes
==========================
*Under development*
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`).