summaryrefslogtreecommitdiff
path: root/tests/auth_tests/test_views.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #15619 -- Removed support for logging out via GET requests.Mariusz Felisiak2023-01-171-18/+2
* Refs #34074 -- Used headers argument for RequestFactory and Client in docs an...David Wobrock2023-01-041-2/+2
* Fixed ReadOnlyPasswordHashWidget's template for RTL languages.Shai Berger2022-09-011-3/+3
* Refactored out RedirectURLMixin.get_success_url().Aymeric Augustin2022-04-201-0/+15
* Simplified LogoutView.get_success_url().Aymeric Augustin2022-04-201-1/+8
* Fixed #33648 -- Prevented extra redirect in LogoutView on invalid next page w...Aymeric Augustin2022-04-181-0/+6
* Fixed #15619 -- Deprecated log out via GET requests.René Fleschenberg2022-03-291-22/+53
* Refs #15619 -- Logged out with POST requests in admin.Mariusz Felisiak2022-03-241-1/+1
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-1/+4
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-489/+679
* Fixed wording of AuthViewsTestCase's docstring.Chris Jerdonek2021-07-191-1/+1
* Refs #32508 -- Raised ImproperlyConfigured/TypeError instead of using "assert...Mateo Radman2021-06-251-0/+6
* Fixed #28216 -- Added next_page/get_default_redirect_url() to LoginView.ThinkChaos2021-02-081-2/+27
* Refs #27468 -- Removed support for the pre-Django 3.1 user sessions.Mariusz Felisiak2021-01-141-22/+1
* Fixed #31358 -- Increased salt entropy of password hashers.Jon Moroney2021-01-141-1/+1
* Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick2020-09-141-1/+1
* Used urllib.parse.urljoin() in auth_tests to join URLs.Jon Dufresne2020-07-091-6/+2
* Refs #30116 -- Simplified regex match group access with Match.__getitem__().Jon Dufresne2020-05-111-3/+3
* Refs #27468 -- Made user sessions use SHA-256 algorithm.Mariusz Felisiak2020-04-291-1/+22
* Fixed #31361 -- Fixed invalid action="" in admin forms.Jon Dufresne2020-03-161-1/+2
* Refs #26601 -- Deprecated passing None as get_response arg to middleware clas...Claude Paroz2020-02-181-10/+11
* Fixed CVE-2019-19118 -- Required edit permissions on parent model for editabl...Carlton Gibson2019-12-021-1/+1
* Replaced encode() usage with bytes literals.Jon Dufresne2019-11-181-1/+1
* Fixed #12952 -- Adjusted admin log change messages to use form labels instead...Sanyam Khurana2019-06-141-1/+1
* Refs #24944 -- Added test for overriding domain in email context in PasswordR...Mattia Procopio2019-05-271-0/+1
* Fixed #28780 -- Allowed specyfing a token parameter displayed in password res...Rob2019-05-241-0/+20
* Cleaned up exception message checking in some tests.Jon Dufresne2019-03-151-1/+1
* Refs #15902 -- Deprecated storing user's language in the session.Claude Paroz2019-02-141-10/+5
* Updated test URL patterns to use path() and re_path().Tim Graham2018-12-311-1/+1
* Switched setUp() to setUpTestData() where possible in Django's tests.Simon Charette2018-11-271-1/+6
* Refs #27795 -- Removed force_bytes() usage from django/utils/http.py.Jon Dufresne2018-10-101-1/+1
* Fixed #29809 -- Fixed a crash when a "view only" user POSTs to the admin user...Tim Graham2018-10-011-0/+9
* Fixed CVE-2018-16984 -- Fixed password hash disclosure to admin "view only" u...Carlton Gibson2018-10-011-1/+26
* Fixed #29686 -- Made UserAdmin.user_change_password() pass user to has_change...Alexander Todorov2018-08-171-0/+8
* Refs #27398 -- Simplified some tests with assertRedirects().Tim Graham2018-06-201-2/+1
* Fixed #27398 -- Added an assertion to compare URLs, ignoring the order of the...Jan Pieter Waagmeester2018-06-201-22/+5
* Replaced django.test.utils.patch_logger() with assertLogs().Claude Paroz2018-05-071-12/+8
* Fixed #29212 -- Doc'd redirect loop if @permission_required used with redirec...Nick Pope2018-04-191-0/+28
* Fixed #29206 -- Fixed PasswordResetConfirmView crash when the URL contains a ...Mattia Procopio2018-03-151-0/+9
* Refs #27795 -- Removed force_bytes/text() usage in tests.Tim Graham2018-02-071-2/+1
* Refs #26929 -- Removed extra_context parameter of contrib.auth.views.logout_t...Tim Graham2017-09-221-5/+0
* Fixed some comments referring to a nonexistent TestClient class.Luoxzhg2017-09-091-1/+1
* Fixed #28513 -- Added POST request support to LogoutView.hui shang2017-08-241-0/+6
* Fixed #28229 -- Fixed the value of LoginView's "next" template variable.Mikhail Golubev2017-06-131-0/+1
* Refs #27804 -- Used subTest() in several tests.Bruno Alla2017-05-241-85/+99
* Fixed #27891 -- Added PasswordResetConfirmView.post_reset_login_backend.Camilo Nova2017-03-071-1/+19
* Fixed #27840 -- Fixed KeyError in PasswordResetConfirmView.form_valid().Markus Holtermann2017-02-151-0/+8
* Fixed #27815 -- Made LoginView pass the request kwarg to AuthenticationForm.Zoltan Gyarmati2017-02-071-5/+6
* Fixed spelling of "nonexistent".Tim Graham2017-02-031-1/+1
* Refs #23919 -- Replaced usage of django.utils.http utilities with Python equi...Claude Paroz2017-01-261-11/+10