Commit 3569e9d4 authored by Tim Graham's avatar Tim Graham
Browse files

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

Backport of 061801e3 from master
parent d6632f21
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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`).