2015-01-28 19:38:31 +08:00
|
|
|
|
==========================
|
|
|
|
|
Django 1.7.5 release notes
|
|
|
|
|
==========================
|
|
|
|
|
|
2015-02-25 21:47:11 +08:00
|
|
|
|
*February 25, 2015*
|
2015-01-28 19:38:31 +08:00
|
|
|
|
|
|
|
|
|
Django 1.7.5 fixes several bugs in 1.7.4.
|
|
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
|
========
|
|
|
|
|
|
2015-02-08 02:34:15 +08:00
|
|
|
|
* 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`).
|
2015-02-13 03:05:52 +08:00
|
|
|
|
|
|
|
|
|
* Fixed a regression that prevented custom fields inheriting from
|
|
|
|
|
``ManyToManyField`` from being recognized in migrations (:ticket:`24236`).
|
2015-02-13 02:58:37 +08:00
|
|
|
|
|
|
|
|
|
* Fixed crash in ``contrib.sites`` migrations when a default database isn't
|
|
|
|
|
used (:ticket:`24332`).
|
2015-02-14 16:50:38 +08:00
|
|
|
|
|
|
|
|
|
* Added the ability to set the isolation level on PostgreSQL with psycopg2 ≥
|
|
|
|
|
2.4.2 (:ticket:`24318`). It was advertised as a new feature in Django 1.6
|
|
|
|
|
but it didn't work in practice.
|
2015-02-22 09:56:51 +08:00
|
|
|
|
|
|
|
|
|
* Formats for the Azerbaijani locale (``az``) have been added.
|