2015-08-18 23:52:45 +00:00
|
|
|
==========================
|
|
|
|
Django 1.8.5 release notes
|
|
|
|
==========================
|
|
|
|
|
|
|
|
*Under development*
|
|
|
|
|
|
|
|
Django 1.8.5 fixes several bugs in 1.8.4.
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2015-08-05 09:07:36 +00:00
|
|
|
* Made the development server's autoreload more robust (:ticket:`24704`).
|
|
|
|
|
2015-08-05 19:52:11 +00:00
|
|
|
* Fixed ``AssertionError`` in some delete queries with a model containing a
|
|
|
|
field that is both a foreign and primary key (:ticket:`24951`).
|
2015-08-22 12:50:49 +00:00
|
|
|
|
2015-08-20 16:46:14 +00:00
|
|
|
* Fixed ``AssertionError`` in some complex queries (:ticket:`24525`).
|
|
|
|
|
2015-08-22 12:50:49 +00:00
|
|
|
* Fixed a migrations crash with ``GenericForeignKey`` (:ticket:`25040`).
|
2015-08-24 15:52:58 +00:00
|
|
|
|
2015-08-21 12:09:29 +00:00
|
|
|
* Made ``translation.override()`` clear the overridden language when a
|
|
|
|
translation isn't initially active (:ticket:`25295`).
|
2015-08-24 15:52:58 +00:00
|
|
|
|
|
|
|
* Fixed crash when using a value in ``ModelAdmin.list_display`` that clashed
|
|
|
|
with a reverse field on the model (:ticket:`25299`).
|
2015-09-09 13:38:33 +00:00
|
|
|
|
|
|
|
* Fixed autocompletion for options of non-``argparse`` management commands
|
|
|
|
(:ticket:`25372`).
|
2015-09-12 02:04:27 +00:00
|
|
|
|
|
|
|
* Alphabetized ordering of imports in ``from django.db import migrations,
|
|
|
|
models`` statement in newly created migrations (:ticket:`25384`).
|