django/tests/admin_changelist
Samuel Paccoud d084176cc1 Fixed #16609 -- Fixed duplicate admin results when searching nested M2M relations.
This was fixed earlier but only when the M2M relation was at the first
level on the object. This commit fixes the issue even when the M2M is
at deeper levels, such as behind a foreign key.
2015-05-06 09:56:12 -04:00
..
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
admin.py Fixed #16609 -- Fixed duplicate admin results when searching nested M2M relations. 2015-05-06 09:56:12 -04:00
models.py Fixed #16609 -- Fixed duplicate admin results when searching nested M2M relations. 2015-05-06 09:56:12 -04:00
tests.py Fixed #16609 -- Fixed duplicate admin results when searching nested M2M relations. 2015-05-06 09:56:12 -04:00
urls.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00