1
0
mirror of https://github.com/django/django.git synced 2025-03-14 03:10:45 +00:00

[1.9.x] Refs #24505 -- Forwardported 1.8.5 release note.

Backport of 061801e3dfb3f88550cdaeef1a6dd1c24c13d53d from master
This commit is contained in:
Tim Graham 2015-09-30 18:46:11 -04:00
parent d6632f2111
commit 3569e9d4a1

View File

@ -52,3 +52,7 @@ Bugfixes
(:ticket:`24921`).
* Fixed the ``manage.py test --keepdb`` option on Oracle (:ticket:`25421`).
* Fixed incorrect queries with multiple many-to-many fields on a model with the
same 'to' model and with ``related_name`` set to '+' (:ticket:`24505`,
:ticket:`25486`).