1
0
mirror of https://github.com/django/django.git synced 2024-11-18 07:26:04 +00:00
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
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