django/tests/regressiontests/admin_views
Russell Keith-Magee a9ee1d4e28 Fixed #7776: Ensured that the test cookie is always deleted once a login has succeeded. Thanks for the report and fix, Mnewman.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8484 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-23 14:12:58 +00:00
..
fixtures Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00
__init__.py
models.py Fixed #5780 -- Adjusted the ModelAdmin API to allow the created/updated objects 2008-08-09 20:52:40 +00:00
tests.py Fixed #7776: Ensured that the test cookie is always deleted once a login has succeeded. Thanks for the report and fix, Mnewman. 2008-08-23 14:12:58 +00:00
urls.py
views.py