summaryrefslogtreecommitdiff
path: root/tests/regressiontests/admin_views/models.py
AgeCommit message (Expand)Author
2008-07-16newforms-admin: Fixed #5490 -- Properly quote special characters in primary k...Brian Rosner
2008-06-18newforms-admin: Fixed #7483 (thanks, Daniel Roseman) - delete view now correc...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-07newforms-admin: Fixed #6810 -- Added tests for admin views. Thanks rmyers!Brian Rosner