index
:
django.git
fix-31295
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
Age
Commit message (
Expand
)
Author
2008-12-16
Fixed #9859 -- Added another missing force_unicode needed in admin when runni...
Karen Tracey
2008-11-10
Fixed #8910 -- Added force_unicode during admin log message creation to avoid...
Karen Tracey
2008-11-09
Fixed #9514 -- Made admin change_form template correctly recognize/report whe...
Karen Tracey
2008-10-24
Fixed #7179 -- Changed breadcrumbs on the add page so that a link to the chan...
Karen Tracey
2008-10-22
Fixed #9252 -- Moved the try/except protecting against incorrect lookup param...
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-09-02
Security fix. Announcement forthcoming.
Jacob Kaplan-Moss
2008-08-29
Fixed #7982 -- Corrected ModelAdmin url dispatching to ensure it matching exa...
Brian Rosner
2008-08-29
Fixed #7738: support initial values via `GET` for `SelectMutliple` in the admin.
Jacob Kaplan-Moss
2008-08-24
Fixed #8509: Cleaned up handling of test cookies in admin logins. Thanks to r...
Russell Keith-Magee
2008-08-23
Fixed #7776: Ensured that the test cookie is always deleted once a login has ...
Russell Keith-Magee
2008-08-15
Use failIf() instead of assertFalse() so that tests work with python 2.3.
Malcolm Tredinnick
2008-08-09
Fixed #5780 -- Adjusted the ModelAdmin API to allow the created/updated objects
Brian Rosner
2008-08-09
Fixed #5801: admin requests with GET args now get properly bounced through lo...
Jacob Kaplan-Moss
2008-08-08
Added a few force_unicode() calls around objects in the admin. Required for
Malcolm Tredinnick
2008-07-22
Fixed a bunch of Python 2.3 test failures.
Malcolm Tredinnick
2008-07-18
Merged the newforms-admin branch into trunk.
Brian Rosner