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
/
tests.py
Age
Commit message (
Expand
)
Author
2010-01-10
Fixed #8049 -- Fixed inconsistency in admin site is_active checks. Thanks for...
Adrian Holovaty
2010-01-05
Fixed #10615 - Added selection counter to admin change list. Thanks to Martin...
Jannis Leidel
2009-12-28
Fixed #11191 - Admin throws 500 instead of 404 for PK of incorrect type
Luke Plant
2009-12-22
Fixed #342 -- added readonly_fields to ModelAdmin. Thanks Alex Gaynor for boo...
Brian Rosner
2009-12-18
Fixed #9749 - Added hook to ModelAdmin for specifying custom ChangeLists. Tha...
Jannis Leidel
2009-12-12
Fixed #12218: Added some helpful messages when Go is pressed in admin actions...
Karen Tracey
2009-12-10
Fixed #12349: Added missing unquote in admin history view. Thanks for the rep...
Karen Tracey
2009-10-27
Fixed #11057: having no actions in the admin (`actions=None`) no longer messe...
Jacob Kaplan-Moss
2009-10-26
Fixed #9977 - CsrfMiddleware gets template tag added, session dependency remo...
Luke Plant
2009-09-13
Fixed #11820 -- Corrected the spelling of Grace Hopper's name in a test. Than...
Russell Keith-Magee
2009-09-10
Fixed #11061: Malformed POST request causes TypeError in AdminSite.login().
Luke Plant
2009-07-16
Fixed #10061 -- Added namespacing for named URLs - most importantly, for the ...
Russell Keith-Magee
2009-07-13
Fixed #11416 -- Restored use of the never_cache decorator on admin views. Tha...
Russell Keith-Magee
2009-07-03
Fixed #10922 -- Corrected handling of POST data to ensure that the right obje...
Russell Keith-Magee
2009-05-15
Fixed import statement in admin_views test to work with Python 2.3.
Matt Boersma
2009-05-14
Fixed #10992: fixed a bug saving inlines with custom primary key fields. Than...
Jacob Kaplan-Moss
2009-05-09
Fixed #11042 -- Corrected admin inlines for inherited models. Thanks to jsmul...
Russell Keith-Magee
2009-05-08
Fixed #10448: correcting errors on "save as new" now correctly create a new o...
Jacob Kaplan-Moss
2009-05-07
Fixed #10899 -- Ensured that log messages for deletions in the admin contain ...
Russell Keith-Magee
2009-05-07
Fixed #10516 -- Corrected admin search when the search_fields definition cont...
Russell Keith-Magee
2009-05-07
Fixed #10893 -- Corrected a problem with using list_editable in the admin whe...
Russell Keith-Magee
2009-05-05
Fixed #10275 -- Corrected the edge case of rendering a LogEntry with a conten...
Russell Keith-Magee
2009-04-18
Fixed #10799: fixed the use of list_editable with model inheritance and custo...
Jacob Kaplan-Moss
2009-04-18
Fixed #10002: inline file uploads now correctly display prior data. Thanks, d...
Jacob Kaplan-Moss
2009-04-06
Made a bunch of improvements to admin actions. Be warned: this includes one m...
Jacob Kaplan-Moss
2009-04-02
Fixed #9651: fixed save_as with inline forms. Thanks, kmike and Mnewman.
Jacob Kaplan-Moss
2009-04-01
Fixed #9969: choices with options groups (added in [7977]) now work correctly...
Jacob Kaplan-Moss
2009-04-01
Fixed #7510: the ModelAdmin now uses `self.queryset` instead of the default m...
Jacob Kaplan-Moss
2009-03-31
Fixed #9863. A ForeignKey with editable=False to the parent in an inline no l...
Joseph Kocherhans
2009-03-29
Fixed #10622 -- Resolved an issue with model inheritence and list_editable. T...
Brian Rosner
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
2009-03-10
Fixed #10271, #10281 -- Fixed the handling multiple inline models that share...
Russell Keith-Magee
2009-01-14
Fixed #6470: made the admin use a URL resolver.
Jacob Kaplan-Moss
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
[prev]
[next]