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
/
django
/
contrib
/
admin
/
filterspecs.py
Age
Commit message (
Expand
)
Author
2011-05-03
Fixed #5833 -- Modified the admin list filters to be easier to customize. Man...
Jannis Leidel
2011-03-15
Fixed #15606 -- Ensured that boolean fields always use the Boolean filterspec...
Russell Keith-Magee
2011-02-25
Fixed #8528 -- Ensure that null values are displayed as a filtering option in...
Russell Keith-Magee
2010-11-21
Fixed #3400 -- Support for lookup separator with list_filter admin option. Th...
Honza Král
2009-04-01
Fixed #9969: choices with options groups (added in [7977]) now work correctly...
Jacob Kaplan-Moss
2009-03-24
Fixed #9994 -- Fixed admin filtering when to_field is used on relations.
Malcolm Tredinnick
2008-10-21
Fixed #3096 -- Make admin list_filters respect limit_choices_to.
Karen Tracey
2008-07-18
Merged the newforms-admin branch into trunk.
Brian Rosner
2007-11-14
Implemented auto-escaping of variable output in templates. Fully controllable...
Malcolm Tredinnick
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-02-11
Revert [4485] in order to fix accidental mod_python breakage. Refs #2920.
Malcolm Tredinnick
2007-02-11
Refs #2920 -- Replaced implicit uses of _() with explicit imports or calls to...
Russell Keith-Magee
2006-07-20
Fixed #2342 -- Made small fix to DateFieldFilterSpec. Thanks, Alex Dedul
Adrian Holovaty
2006-06-16
Added AllValuesFilterSpec to admin changelist filters, which lets you put any...
Adrian Holovaty
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
2005-11-25
MERGED NEW-ADMIN BRANCH (except for po/mo files, which will come in a separat...
Adrian Holovaty