1
0
mirror of https://github.com/django/django.git synced 2024-11-18 23:44:22 +00:00
django/docs/releases/1.8.5.txt
2015-08-22 08:50:49 -04:00

16 lines
381 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`).