summaryrefslogtreecommitdiff
path: root/tests/regressiontests/admin_filters
AgeCommit message (Expand)Author
2012-03-17Fixed #17828 -- Ensured that when a list filter's `queryset()` method fails, ...Julien Phalip
2012-03-05Fixed #17830 -- Modified list_filter on DateTimeFields to account for the new...Aymeric Augustin
2011-11-22Disentangled some parts of the admin ChangeList and ListFilter's internals. W...Julien Phalip
2011-10-16Fixed #15221 -- Made the admin filters on foreign key and m2m relationships d...Julien Phalip
2011-10-13Fixed #16906 -- Format datetimes with str/unicode instead of strftime where p...Aymeric Augustin
2011-10-13Convert much of the regression tests to use absolute imports. There's still ...Alex Gaynor
2011-09-08Fixed #15997 -- Added `list_max_show_all` option to `ModelAdmin` in replaceme...Jannis Leidel
2011-08-28Fixed #16716 -- Fixed two small regressions in the development version introd...Julien Phalip
2011-08-28Repaired an admin list_filter test that wasn't testing anything special.Julien Phalip
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-06-02Fixed #11868 - Multiple sort in admin changelist.Luke Plant
2011-05-24Fixed #16080 -- Handle admin list filter items with two characters better. Th...Jannis Leidel
2011-05-07Fixed #15971 -- Fixed regression introduced in r16144 that prevented the use ...Jannis Leidel
2011-05-04Fixed #15960 -- Extended list filer API added in r16144 slightly to pass the ...Jannis Leidel
2011-05-03Corrected the behavior of the SimpleFilter.lookups method to also be able to ...Jannis Leidel
2011-05-03Fixed #5833 -- Modified the admin list filters to be easier to customize. Man...Jannis Leidel