summaryrefslogtreecommitdiff
path: root/docs/topics/auth/default.txt
AgeCommit message (Expand)Author
2020-05-13Used :mimetype: role in various docs.Nick Pope
2020-05-13Removed versionadded/changed annotations for 3.0.Mariusz Felisiak
2020-04-28Changed django.forms.ValidationError imports to django.core.exceptions.Valida...François Freitag
2020-04-27Fixed #31505 -- Doc'd possible email addresses enumeration in PasswordResetView.Mariusz Felisiak
2020-04-24Doc'd PasswordChangeView/PasswordResetView.success_url defaults.Tanmay Vijay
2020-02-19Fixed #30040 -- Used default permission name in docs examples to avoid confus...Hasan Ramezani
2019-09-10Removed versionadded/changed annotations for 2.2.Mariusz Felisiak
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
2019-06-20Removed unnecessary backslashes from docs.Mariusz Felisiak
2019-05-27Doc'd that extra_email_context can be used to override default template conte...Mariusz Felisiak
2019-05-24Fixed #28780 -- Allowed specyfing a token parameter displayed in password res...Rob
2019-04-24Changed tuple Mate.unique_together/permissions to lists in docs.Luke Plant
2019-01-17Removed versionadded/changed annotations for 2.1.Tim Graham
2019-01-16Fixed #11154, #22270 -- Made proxy model permissions use correct content type.Arthur Rio
2018-10-22Fixed #29880 -- Fixed typo in docs/topics/auth/default.txt.Tim Graham
2018-09-26Fixed #29683 -- Added view permission to docs.Stephen James
2018-07-18Removed duplicate words in docs.Maxime Lorant
2018-07-02Fixed #29449 -- Reverted "Fixed #28757 -- Allowed using contrib.auth forms wi...Tim Graham
2018-05-16Fixed #8936 -- Added a view permission and a read-only admin.olivierdalang
2018-04-19Fixed #29212 -- Doc'd redirect loop if @permission_required used with redirec...Nick Pope
2018-02-16Fixed #28379 -- Made AccessMixin raise Permissiondenied for authenticated users.Dylan Verheul
2018-01-21Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne
2018-01-05Fixed #28757 -- Allowed using contrib.auth forms without installing contrib.a...shanghui
2017-12-06Fixed #28886 -- Updated prefix for example django.contrib.auth.urls URLs.Tim Graham
2017-11-16Fixed #28802 -- Fixed typo in docs/topics/auth/default.txt.Tim Graham
2017-10-28Fixed #28131 -- Corrected examples of using attribute lookups on the "perms" ...Botond Beres
2017-10-25Suggested LoginView rather than @login_required as an alternative to authenti...Tim Graham
2017-09-22Removed versionadded/changed annotations for 1.11.Tim Graham
2017-09-22Refs #26929 -- Removed extra_context parameter of contrib.auth.views.logout_t...Tim Graham
2017-09-22Refs #17209 -- Removed login/logout and password reset/change function-based ...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