django/tests/model_meta
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
..
__init__.py Refs #12663 -- Added tests for methods in db.models.options. 2014-06-19 12:56:36 -04:00
models.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
results.py [1.8.x] Fixed #24505 -- Fixed clash with hidden m2m fields. 2015-09-30 18:38:49 -04:00
test_legacy.py [1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning. 2015-06-23 07:22:16 -04:00
tests.py [1.8.x] Fixed #24505 -- Fixed clash with hidden m2m fields. 2015-09-30 18:38:49 -04:00