summaryrefslogtreecommitdiff
path: root/docs/topics/auth/customizing.txt
AgeCommit message (Expand)Author
2019-03-28[2.2.x] Used extlinks for Django's source code.Tim Graham
2019-02-28[2.2.x] Clarified permission-related docs.Tobias Bengfort
2018-11-12Doc'd PermissionsMixin's usage of User.is_active and is_superuser.Tobias Bengfort
2018-09-26Fixed #29683 -- Added view permission to docs.Stephen James
2018-08-06Consolidated docs about handling a ForeignKey in custom user model manager.Tim Graham
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-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-09-22Removed versionadded/changed annotations for 1.11.Tim Graham
2017-09-22Refs #25187 -- Required the authenticate() method of authentication backends ...Tim Graham
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-03-08Fixed #27911 -- Doc'd how to register custom User with admin.David D Lowe
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 #25847 -- Removed support for User.is_(anonymous|authenticated) as methods.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
2016-11-23Fixed #24370 -- Recommended starting with a custom user model.Krzysztof Gogolewski
2016-10-25Reverted "Fixed #26401 -- Added BaseAuthConfig to use auth without migrations."Jon Dufresne
2016-10-04Fixed #27292 -- Removed unnecessary password assignment in auth backend example.Tim Graham
2016-09-27Fixed #20705 -- Allowed using PasswordResetForm with user models with an emai...levental
2016-09-23Simplified has_perm() example in topics/auth/customizing.txt.Berker Peksag
2016-09-12Fixed #25187 -- Made request available in authentication backends.Aleksej Manaev
2016-09-10Fixed #26401 -- Added BaseAuthConfig to use auth without migrations.Jon Dufresne
2016-06-24Fixed #26719 -- Normalized email in AbstractUser.clean().Bang Dao + Tam Huynh
2016-06-21Refs #21379, #26719 -- Moved username normalization to AbstractBaseUser.Tim Graham
2016-06-03Fixed #26021 -- Applied hanging indentation to docs.Ed Henderson
2016-05-20Removed versionadded/changed annotations for 1.9.Tim Graham
2016-05-16Refs #21379 -- Normalized unicode username inputsClaude Paroz
2016-05-14Used 'classmethod' annotation in docs/topics/auth/customizing.txtTim Graham
2016-04-09Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.Jeremy Lainé
2016-03-23Fixed #25232 -- Made ModelBackend/RemoteUserBackend reject inactive users.Alexander Gaevsky
2016-02-22Fixed import location of check_password() in docs.Daniel Quinn
2016-02-17Refs #19353 -- Added tests for using custom user models with built-in auth fo...Berker Peksag
2016-02-02Refs #26089 -- Removed obsolete docs about custom user model testing.Tim Graham
2016-02-01Unified some doc links to OneToOneField and ManyToManyField.Tim Graham
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2015-12-08Fixed #25895 -- Used a consistent style for UserAdmin overrides.Tim Graham
2015-11-16Fixed #25755 -- Unified spelling of "website".Agnieszka Lasyk
2015-11-12Fixed #25744 -- Corrected reference to User object in auth docs.Anderson Resende
2015-09-23Removed versionadded/changed annotations for 1.8.Tim Graham
2015-07-31Fixed #25202 -- Fixed typo in docs/topics/auth/customizing.txtTim Graham
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-07-25Fixed #25166 -- Clarified how auth permissions are created.Tim Graham