Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/auth_tests/test_views.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25596 -- Fixed regression in password change view ...Tim Graham2015-10-271-3/+3
* Fixed #25490 -- Made the logout() view send "no-cache" he...Kaleb Elwert2015-10-021-0/+8
* Refs #23957 -- Required session verification per deprecat...Tim Graham2015-09-241-7/+1
* Refs #21648 -- Removed is_admin_site option from password...Tim Graham2015-09-241-17/+1
* Fixed #24944 -- Added extra_email_context parameter to pa...sujayskumar2015-09-191-0/+12
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-2/+2
* Fixed #24696 -- Made CSRF_COOKIE computation lazy.Jay Cox2015-05-031-2/+3
* Refs #15779 -- Fixed UserChangeForm regression introduced...Claude Paroz2015-03-281-2/+17
* Converted test fixtures to setUpTestData methodsJosh Smeaton2015-03-051-4/+49
* Fixed #24315 -- Fixed auth.views.password_reset_confirm()...Tim Graham2015-02-131-1/+22
* Fixed #24334 -- Allowed admin password reset to work with...Tim Graham2015-02-131-0/+37
* Moved non-documented auth test models to the new test loc...Tim Graham2015-02-111-2/+0
* Moved contrib.auth tests out of contrib.Tim Graham2015-02-111-0/+906