Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/auth_tests/test_views.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #25596 -- Fixed regression in password change view ↵Tim Graham2015-10-271-3/+3
| | | | | | | with custom user model. The reverse() added in 50aa1a790ca66c2a93e0a52e00c53375b269ff49 crashed on a custom user model.
* Fixed #25490 -- Made the logout() view send "no-cache" ↵Kaleb Elwert2015-10-021-0/+8
| | | | headers.
* Refs #23957 -- Required session verification per ↵Tim Graham2015-09-241-7/+1
| | | | deprecation timeline.
* Refs #21648 -- Removed is_admin_site option from ↵Tim Graham2015-09-241-17/+1
| | | | | | password_reset() view. Per deprecation timeline.
* Fixed #24944 -- Added extra_email_context parameter to ↵sujayskumar2015-09-191-0/+12
| | | | password_reset() view.
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-2/+2
| | | | | Forwardport of ae1d663b7913f6da233c55409c4973248372d302 from stable/1.8.x plus more.
* Fixed #24696 -- Made CSRF_COOKIE computation lazy.Jay Cox2015-05-031-2/+3
| | | | | | | | | | | | Only compute the CSRF_COOKIE when it is actually used. This is a significant speedup for clients not using cookies. Changed result of the “test_token_node_no_csrf_cookie” test: It gets a valid CSRF token now which seems like the correct behavior. Changed auth_tests.test_views.LoginTest.test_login_csrf_rotate to use get_token() to trigger CSRF cookie inclusion instead of changing request.META["CSRF_COOKIE_USED"] directly.
* Refs #15779 -- Fixed UserChangeForm regression ↵Claude Paroz2015-03-281-2/+17
| | | | | | introduced by 1791a7e75 Thanks Tim Graham for reporting the regression.
* Converted test fixtures to setUpTestData methodsJosh Smeaton2015-03-051-4/+49
|
* Fixed #24315 -- Fixed ↵Tim Graham2015-02-131-1/+22
| | | | auth.views.password_reset_confirm() with a UUID user.
* Fixed #24334 -- Allowed admin password reset to work ↵Tim Graham2015-02-131-0/+37
| | | | | | with non-digit custom user model primary key. Thanks Loic for help and Simon for review.
* Moved non-documented auth test models to the new test ↵Tim Graham2015-02-111-2/+0
| | | | location.
* Moved contrib.auth tests out of contrib.Tim Graham2015-02-111-0/+906