1
0
mirror of https://github.com/django/django.git synced 2024-12-26 19:16:11 +00:00
django/tests/regressiontests/admin_changelist
2011-04-23 03:55:21 +00:00
..
__init__.py Fixed #10348: ChangeList no longer overwrites a select_related provided by ModelAdmin.queryset(). 2009-05-14 15:09:33 +00:00
models.py Fixed #13902 -- Fixed admin list_filter so it doesn't show duplicate results when it includes a field spec that involves m2m relationships with an intermediate model. Thanks Iván Raskovsky for the report and patch. 2011-02-13 22:51:40 +00:00
tests.py Fixed #15819 - Fixed 1.3 regression from r15526 causing duplicate search results in admin with search_fields traversing to non-M2M related models. Thanks to Adam Kochanowski for the report and Ryan Kaskel for the patch. 2011-04-23 03:55:21 +00:00