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 f7b2978158 from master
|
2015-10-13 04:17:50 -07:00 |
Marco Fucci
|
0e2d3b9304
|
[1.8.x] Fixed #24505 -- Fixed clash with hidden m2m fields.
Added support for multiple m2m fields with the same 'to' model
and with related_name set to '+'.
Backport of 4ee08958f1 from master
|
2015-09-30 18:38:49 -04:00 |
Tim Graham
|
a8b70d251d
|
[1.8.x] Sorted imports with isort; refs #23860.
Backport of 0ed7d15563 from master
|
2015-02-09 14:24:06 -05:00 |
Daniel Pyrathon
|
fb48eb0581
|
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Thanks to Russell Keith-Magee for mentoring this Google Summer of
Code 2014 project and everyone else who helped with the patch!
|
2015-01-06 19:25:12 -05:00 |