summaryrefslogtreecommitdiff
path: root/docs/topics/auth/default.txt
AgeCommit message (Expand)Author
2017-11-16[2.0.x] Fixed #28802 -- Fixed typo in docs/topics/auth/default.txt.Tim Graham
2017-10-28[2.0.x] Fixed #28131 -- Corrected examples of using attribute lookups on the ...Botond Beres
2017-10-25[2.0.x] Suggested LoginView rather than @login_required as an alternative to ...Tim Graham
2017-09-20Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus
2017-04-29Fixed typo in docs/topics/auth/default.txt.shinriyo
2017-04-26Added content_type filtering in Permission querying example.Nauman Tariq
2017-03-07Fixed #27891 -- Added PasswordResetConfirmView.post_reset_login_backend.Camilo Nova
2017-01-17Removed versionadded/changed annotations for 1.10.Tim Graham
2017-01-17Refs #23957 -- Removed the useless SessionAuthenticationMiddleware.Tim Graham
2017-01-17Refs #24126 -- Removed auth views' current_app parameter per deprecation time...Tim Graham
2016-12-31Removed nonexistent LogoutView context from docs.Tim Graham
2016-11-23Normalized casing of "custom user model".Tim Graham
2016-10-18Fixed #27352 -- Doc'd social media fingerprinting consideration with login's ...Markus Holtermann
2016-09-30Fixed #27294 -- Documented UserCreationForm's fields.Lewis Cowles
2016-09-17Fixed a typo in docs/topics/auth/default.txt.aruseni
2016-09-12Fixed #25187 -- Made request available in authentication backends.Aleksej Manaev
2016-09-07Fixed #26956 -- Added success_url_allowed_hosts to LoginView and LogoutView.Jon Dufresne
2016-08-15Fixed #27009 -- Made update_session_auth_hash() rotate the session key.Tim Graham
2016-08-11Clarified session verification with respect to the current session.Tim Graham
2016-08-10Fixed #26957 -- Corrected authenticate() docs regarding User.is_active.an0o0nym
2016-08-10Fixed #26960 -- Added PasswordResetConfirmView option to automatically log in...jordij
2016-07-28Fixed #26929 -- Deprecated extra_context parameter of contrib.auth.views.logo...Andrew Nester
2016-07-28Removed a blank line per isort and a trailing whitespace.Tim Graham
2016-07-16Fixed #17209 -- Added password reset/change class-based viewsClaude Paroz
2016-06-27Added missing trailing '$' to url() patterns in docs.Ramiro Morales
2016-06-24Refs #17209 -- Added LoginView and LogoutView class-based viewsClaude Paroz
2016-06-03Fixed #26021 -- Applied hanging indentation to docs.Ed Henderson
2016-05-20Removed versionadded/changed annotations for 1.9.Tim Graham
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
2016-04-18Fixed #26514 -- Documented that User.refresh_from_db() doesn't clear the perm...Tim Graham
2016-04-09Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.Jeremy Lainé
2016-03-21Fixed #26392 -- Corrected login_required/permission_required stacking example.Tim Graham
2016-02-25Fixed #12233 -- Allowed redirecting authenticated users away from the login v...Olivier Le Thanh Duong
2016-02-24Fixed a function signature in docs/topics/auth/default.txt.Tim Graham
2016-02-04Fixed #12405 -- Added LOGOUT_REDIRECT_URL setting.Hugo Osvaldo Barrera
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2016-01-14Fixed #23868 -- Added support for non-unique django-admin-options in docs.Tim Graham
2016-01-07Fixed #24855 -- Allowed using contrib.auth.login() without credentials.Paulo Poiati
2015-12-08Fixed user_passes_test() signature in docs.Gavin Wahl
2015-12-05Removed deprecated usage of url tag from auth docs.Florian Apolloner
2015-12-03Fixed many spelling mistakes in code, comments, and docs.Josh Soref
2015-11-12Fixed #25169 -- Documented stacking of permission_required and login_required.Bryan Marty
2015-11-03Fixed typo in docs/topics/auth/default.txt.japrogramer
2015-10-27Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...Tim Graham
2015-09-28Documented auth's login/logout function parameters.Tim Graham
2015-09-23Removed versionadded/changed annotations for 1.8.Tim Graham
2015-09-23Refs #23957 -- Required session verification per deprecation timeline.Tim Graham
2015-09-23Refs #21648 -- Removed is_admin_site option from password_reset() view.Tim Graham
2015-09-18Fixed #24944 -- Added extra_email_context parameter to password_reset() view.sujayskumar
2015-08-20Refs #24914 -- Added docs for more auth mixin methods.Tim Graham