Refs #24505 -- Forwardported 1.8.5 release note.

This commit is contained in:
Tim Graham 2015-09-30 18:46:11 -04:00
parent 5c6316dc34
commit 061801e3df
1 changed files with 4 additions and 0 deletions

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`).