Commit History

Author SHA1 Message Date
  Tim Graham 3642c3758b Suggested LoginView rather than @login_required as an alternative to authenticate(). 7 years ago
  Tim Graham 5446b72003 Removed versionadded/changed annotations for 1.11. 7 years ago
  Tim Graham 6e40b70bf4 Refs #26929 -- Removed extra_context parameter of contrib.auth.views.logout_then_login(). 7 years ago
  Tim Graham 4f313e284e Refs #17209 -- Removed login/logout and password reset/change function-based views. 7 years ago
  Sjoerd Job Postmus df41b5a05d Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201. 8 years ago
  shinriyo d510971088 Fixed typo in docs/topics/auth/default.txt. 7 years ago
  Nauman Tariq 6684af1e43 Added content_type filtering in Permission querying example. 7 years ago
  Camilo Nova 5db465d5a6 Fixed #27891 -- Added PasswordResetConfirmView.post_reset_login_backend. 7 years ago
  Tim Graham e27e4c0339 Removed versionadded/changed annotations for 1.10. 8 years ago
  Tim Graham 401c5b2e42 Refs #23957 -- Removed the useless SessionAuthenticationMiddleware. 8 years ago
  Tim Graham 9f9a3d643e Refs #24126 -- Removed auth views' current_app parameter per deprecation timeline. 8 years ago
  Tim Graham 432b25ace0 Removed nonexistent LogoutView context from docs. 8 years ago
  Tim Graham 93a081946d Normalized casing of "custom user model". 8 years ago
  Markus Holtermann b5fc192b99 Fixed #27352 -- Doc'd social media fingerprinting consideration with login's redirect_authenticated_user. 8 years ago
  Lewis Cowles 1d25eb9688 Fixed #27294 -- Documented UserCreationForm's fields. 8 years ago
  aruseni cdde2eac5b Fixed a typo in docs/topics/auth/default.txt. 8 years ago
  Aleksej Manaev 4b9330ccc0 Fixed #25187 -- Made request available in authentication backends. 8 years ago
  Jon Dufresne 66e1ebbffc Fixed #26956 -- Added success_url_allowed_hosts to LoginView and LogoutView. 8 years ago
  Tim Graham 7549eb0004 Fixed #27009 -- Made update_session_auth_hash() rotate the session key. 8 years ago
  Tim Graham 4c2a6fe75b Clarified session verification with respect to the current session. 8 years ago
  an0o0nym c412aaca73 Fixed #26957 -- Corrected authenticate() docs regarding User.is_active. 8 years ago
  jordij 0814566bf1 Fixed #26960 -- Added PasswordResetConfirmView option to automatically log in after a reset. 8 years ago
  Andrew Nester 0ba179194b Fixed #26929 -- Deprecated extra_context parameter of contrib.auth.views.logout_then_login(). 8 years ago
  Tim Graham 412b4126d7 Removed a blank line per isort and a trailing whitespace. 8 years ago
  Claude Paroz 255fb99284 Fixed #17209 -- Added password reset/change class-based views 11 years ago
  Ramiro Morales c962b9104a Added missing trailing '$' to url() patterns in docs. 8 years ago
  Claude Paroz 78963495d0 Refs #17209 -- Added LoginView and LogoutView class-based views 8 years ago
  Ed Henderson 4a4d7f980e Fixed #26021 -- Applied hanging indentation to docs. 8 years ago
  Tim Graham 46a38307c2 Removed versionadded/changed annotations for 1.9. 8 years ago
  Florian Apolloner 9baf692a58 Fixed #26601 -- Improved middleware per DEP 0005. 9 years ago