summaryrefslogtreecommitdiff
path: root/tests/regressiontests/admin_views
AgeCommit message (Expand)Author
2008-07-16newforms-admin: Fixed #5490 -- Properly quote special characters in primary k...Brian Rosner
2008-07-15newforms-admin: Removed a comment that was no longer applicable and cleaned u...Joseph Kocherhans
2008-07-02newforms-admin: custom URL handling in admin now redirects to add trailing sl...Simon Willison
2008-06-19newforms-admin: Removed a print statement in tests/regressiontests/admin_view...Brian Rosner
2008-06-18newforms-admin: Fixed #6943 and #7263 -- Handle multiple e-mail addresses whe...Brian Rosner
2008-06-18newforms-admin: Fixed #7483 (thanks, Daniel Roseman) - delete view now correc...Simon Willison
2008-06-13newforms-admin: AdminSite index and display_login_form method can now take an...Simon Willison
2008-06-13newforms-admin: Made it easier to specify a custom template to be used in the...Simon Willison
2008-06-12newforms-admin: custom changelist test now avoids model inheritance (since th...Simon Willison
2008-06-12newforms-admin: Added ability to pass extra_context argument to ModelAdmin's ...Simon Willison
2008-06-10newforms-admin: Fixed #5999 -- When a session expires properly route theBrian Rosner
2008-06-07newforms-admin: Fixed #6810 -- Added tests for admin views. Thanks rmyers!Brian Rosner