提交歷史

作者 SHA1 備註 提交日期
  Mariusz Felisiak 9a01311d20 Refs #15619 -- Removed support for logging out via GET requests. 2 年之前
  David Wobrock 99bd5fb4c2 Refs #34074 -- Used headers argument for RequestFactory and Client in docs and tests. 2 年之前
  Shai Berger fdf0f62521 Fixed ReadOnlyPasswordHashWidget's template for RTL languages. 2 年之前
  Aymeric Augustin 5dfa6fca96 Refactored out RedirectURLMixin.get_success_url(). 2 年之前
  Aymeric Augustin 04bc2564b6 Simplified LogoutView.get_success_url(). 2 年之前
  Aymeric Augustin 5591a72571 Fixed #33648 -- Prevented extra redirect in LogoutView on invalid next page when LOGOUT_REDIRECT_URL is set. 2 年之前
  René Fleschenberg eb07b5be0c Fixed #15619 -- Deprecated log out via GET requests. 5 年之前
  Mariusz Felisiak 94d8ed55fa Refs #15619 -- Logged out with POST requests in admin. 3 年之前
  Mariusz Felisiak 7119f40c98 Refs #33476 -- Refactored code to strictly match 88 characters line length. 3 年之前
  django-bot 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 年之前
  Chris Jerdonek f3825ee050 Fixed wording of AuthViewsTestCase's docstring. 3 年之前
  Mateo Radman 8a7ac78b70 Refs #32508 -- Raised ImproperlyConfigured/TypeError instead of using "assert" in various code. 3 年之前
  ThinkChaos b99d6c9cbc Fixed #28216 -- Added next_page/get_default_redirect_url() to LoginView. 7 年之前
  Mariusz Felisiak 6b4941dd57 Refs #27468 -- Removed support for the pre-Django 3.1 user sessions. 4 年之前
  Jon Moroney 76ae6ccf85 Fixed #31358 -- Increased salt entropy of password hashers. 4 年之前
  Tom Carrick bcc2befd0e Fixed #31789 -- Added a new headers interface to HttpResponse. 4 年之前
  Jon Dufresne 5a3d7cf462 Used urllib.parse.urljoin() in auth_tests to join URLs. 4 年之前
  Jon Dufresne d6aff369ad Refs #30116 -- Simplified regex match group access with Match.__getitem__(). 4 年之前
  Mariusz Felisiak 54646a423b Refs #27468 -- Made user sessions use SHA-256 algorithm. 4 年之前
  Jon Dufresne 3857a08bdb Fixed #31361 -- Fixed invalid action="" in admin forms. 5 年之前
  Claude Paroz 4d973f5939 Refs #26601 -- Deprecated passing None as get_response arg to middleware classes. 5 年之前
  Carlton Gibson 11c5e0609b Fixed CVE-2019-19118 -- Required edit permissions on parent model for editable inlines in admin. 5 年之前
  Jon Dufresne 7f0946298e Replaced encode() usage with bytes literals. 5 年之前
  Sanyam Khurana 87f5d07eed Fixed #12952 -- Adjusted admin log change messages to use form labels instead of field names. 5 年之前
  Mattia Procopio aff61790a3 Refs #24944 -- Added test for overriding domain in email context in PasswordResetView. 5 年之前
  Rob 58df8aa40f Fixed #28780 -- Allowed specyfing a token parameter displayed in password reset URLs. 5 年之前
  Jon Dufresne 95b7699ffc Cleaned up exception message checking in some tests. 6 年之前
  Claude Paroz a8e2a9bac6 Refs #15902 -- Deprecated storing user's language in the session. 8 年之前
  Tim Graham 043bd70942 Updated test URL patterns to use path() and re_path(). 6 年之前
  Simon Charette 84e7a9f4a7 Switched setUp() to setUpTestData() where possible in Django's tests. 6 年之前