mirror of
https://github.com/django/django.git
synced 2024-11-18 15:34:16 +00:00
9324935c3e
Thanks David Nelson Adamec for the report and Tim Graham for the review.
18 lines
508 B
Plaintext
18 lines
508 B
Plaintext
==========================
|
|
Django 1.8.5 release notes
|
|
==========================
|
|
|
|
*Under development*
|
|
|
|
Django 1.8.5 fixes several bugs in 1.8.4.
|
|
|
|
Bugfixes
|
|
========
|
|
|
|
* Fixed ``AssertionError`` in some delete queries with a model containing a
|
|
field that is both a foreign and primary key (:ticket:`24951`).
|
|
|
|
* Fixed a migrations crash with ``GenericForeignKey`` (:ticket:`25040`).
|
|
* Made ``translation.override()`` clear the overridden language when a
|
|
translation isn't initially active (:ticket:`25295`).
|