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