summaryrefslogtreecommitdiff
path: root/docs/topics/auth
AgeCommit message (Expand)Author
2019-01-16Fixed #11154, #22270 -- Made proxy model permissions use correct content type.Arthur Rio
2018-11-15Used auto-numbered lists in documentation.François Freitag
2018-11-12Doc'd PermissionsMixin's usage of User.is_active and is_superuser.Tobias Bengfort
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-09-10Refs #20910 -- Replaced snippet directive with code-block.Curtis Maloney
2018-08-06Consolidated docs about handling a ForeignKey in custom user model manager.Tim Graham
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-06-05Fixed typo in docs/topics/auth/customizing.txt.Michael Kiros
2018-05-17Removed versionadded/changed annotations for 2.0.Tim Graham
2018-05-16Fixed #8936 -- Added a view permission and a read-only admin.olivierdalang
2018-04-23Fixed typos in docs/topics/auth/passwords.txt.adamth
2018-04-19Fixed #29212 -- Doc'd redirect loop if @permission_required used with redirec...Nick Pope
2018-04-17Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.Brett Cannon
2018-04-16Fixed #29274 -- Increased the number of common passwords from 1k to 20k.GS-14
2018-03-22Fixed #28718 -- Allowed user to request a password reset if their password do...Tim Graham
2018-02-26Fixed #29161 -- Removed BCryptPasswordHasher from PASSWORD_HASHERS.Tim Graham
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-15Fixed #28881 -- Doc'd that CommonPasswordValidator's password list must be lo...Karmen
2018-01-05Fixed #28757 -- Allowed using contrib.auth forms without installing contrib.a...shanghui
2017-12-28Removed unnecessary trailing commas and spaces in various code.Mariusz Felisiak
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 #25187 -- Required the authenticate() method of authentication backends ...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-06-26Refs #23919 -- Stopped inheriting from object to define new style classes.Mariusz Felisiak
2017-05-06Fixed #28089 -- Removed requirement to implement get_short_name() and get_ful...Josh Schneier
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-08Fixed #27911 -- Doc'd how to register custom User with admin.David D Lowe
2017-03-07Fixed #27891 -- Added PasswordResetConfirmView.post_reset_login_backend.Camilo Nova
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super() in docs.chillaranand
2017-01-18Refs #23919 -- Removed Python 2 notes in docs.Tim Graham
2017-01-17Removed versionadded/changed annotations for 1.10.Tim Graham
2017-01-17Refs #23957 -- Removed the useless SessionAuthenticationMiddleware.Tim Graham
2017-01-17Refs #25847 -- Removed support for User.is_(anonymous|authenticated) as methods.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-28Fixed typo in docs/topics/auth/customizing.txt.Tim Graham
2016-11-25Fixed #25966 -- Made get_user_model() work at import time.Aymeric Augustin
2016-11-24Fixed typo in docs/topics/auth/customizing.txt.Alex Scott
2016-11-23Normalized casing of "custom user model".Tim Graham