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_views
/
fixtures
Age
Commit message (
Expand
)
Author
2010-02-26
Added file omitted from r12598.
Russell Keith-Magee
2009-09-13
Fixed #11820 -- Corrected the spelling of Grace Hopper's name in a test. Than...
Russell Keith-Magee
2009-05-07
Fixed #10516 -- Corrected admin search when the search_fields definition cont...
Russell Keith-Magee
2009-04-01
Fixed #9969: choices with options groups (added in [7977]) now work correctly...
Jacob Kaplan-Moss
2009-03-23
Fixed #10505: added support for bulk admin actions, including a globally-avai...
Jacob Kaplan-Moss
2009-03-17
Fixed #8939: added a `list_editable` option to `ModelAdmin`; fields declared ...
Jacob Kaplan-Moss
2008-12-16
Follow-up to r9656 -- beef up the added test to exercise all (one can hope) p...
Karen Tracey
2008-12-16
Fixed #9859 -- Added another missing force_unicode needed in admin when runni...
Karen Tracey
2008-10-21
Fixed #3096 -- Make admin list_filters respect limit_choices_to.
Karen Tracey
2008-10-08
Fixed #9053 -- Allowed for sorting of callable and ModelAdmin methods specifi...
Karen Tracey
2008-07-18
Merged the newforms-admin branch into trunk.
Brian Rosner