1
0
mirror of https://github.com/django/django.git synced 2025-04-11 11:02:22 +00:00
Andriy Sokolovskiy eb85e6672a [1.8.x] Fixed #24156 -- Fixed inherited related name of ManyToManyField.
Fixed situation when parent abstract model declares related_name='+'
and child models had an invalid queryset.

Backport of f7b297815819153b53dc1125d3f42869fb1b7ebc from master
2015-10-13 04:17:50 -07:00
..