Michael Kiros
|
b37bac39b3
Fixed typo in docs/topics/auth/customizing.txt.
|
6 anos atrás |
Tim Graham
|
7543ab1f8d
Removed versionadded/changed annotations for 2.0.
|
6 anos atrás |
shanghui
|
3333d935d2
Fixed #28757 -- Allowed using contrib.auth forms without installing contrib.auth.
|
7 anos atrás |
Mariusz Felisiak
|
83a36ac49a
Removed unnecessary trailing commas and spaces in various code.
|
7 anos atrás |
Tim Graham
|
5446b72003
Removed versionadded/changed annotations for 1.11.
|
7 anos atrás |
Tim Graham
|
5e31be1b96
Refs #25187 -- Required the authenticate() method of authentication backends to have request as the first positional argument.
|
7 anos atrás |
Mariusz Felisiak
|
081e787160
Refs #23919 -- Stopped inheriting from object to define new style classes.
|
7 anos atrás |
Josh Schneier
|
5df0ff4155
Fixed #28089 -- Removed requirement to implement get_short_name() and get_full_name() in AbstractBaseUser subclasses.
|
8 anos atrás |
David D Lowe
|
9269dec05e
Fixed #27911 -- Doc'd how to register custom User with admin.
|
8 anos atrás |
chillaranand
|
dc165ec8e5
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
|
8 anos atrás |
Tim Graham
|
f6acd1d271
Refs #23919 -- Removed Python 2 notes in docs.
|
8 anos atrás |
Tim Graham
|
e27e4c0339
Removed versionadded/changed annotations for 1.10.
|
8 anos atrás |
Tim Graham
|
eba093e8b0
Refs #25847 -- Removed support for User.is_(anonymous|authenticated) as methods.
|
8 anos atrás |
Tim Graham
|
d7e6b8febd
Fixed typo in docs/topics/auth/customizing.txt.
|
8 anos atrás |
Aymeric Augustin
|
cb7bbf97a7
Fixed #25966 -- Made get_user_model() work at import time.
|
8 anos atrás |
Alex Scott
|
da4c0e8cc9
Fixed typo in docs/topics/auth/customizing.txt.
|
8 anos atrás |
Tim Graham
|
93a081946d
Normalized casing of "custom user model".
|
8 anos atrás |
Krzysztof Gogolewski
|
d02a03d574
Fixed #24370 -- Recommended starting with a custom user model.
|
8 anos atrás |
Jon Dufresne
|
f3ea0c4bbd
Reverted "Fixed #26401 -- Added BaseAuthConfig to use auth without migrations."
|
8 anos atrás |
Tim Graham
|
e262f00231
Fixed #27292 -- Removed unnecessary password assignment in auth backend example.
|
8 anos atrás |
levental
|
617e36dc1e
Fixed #20705 -- Allowed using PasswordResetForm with user models with an email field not named 'email'.
|
8 anos atrás |
Berker Peksag
|
0a6ed6b1d9
Simplified has_perm() example in topics/auth/customizing.txt.
|
8 anos atrás |
Aleksej Manaev
|
4b9330ccc0
Fixed #25187 -- Made request available in authentication backends.
|
8 anos atrás |
Jon Dufresne
|
1ec1633cb2
Fixed #26401 -- Added BaseAuthConfig to use auth without migrations.
|
8 anos atrás |
Bang Dao + Tam Huynh
|
09119dff14
Fixed #26719 -- Normalized email in AbstractUser.clean().
|
8 anos atrás |
Tim Graham
|
39805686b3
Refs #21379, #26719 -- Moved username normalization to AbstractBaseUser.
|
8 anos atrás |
Ed Henderson
|
4a4d7f980e
Fixed #26021 -- Applied hanging indentation to docs.
|
8 anos atrás |
Tim Graham
|
46a38307c2
Removed versionadded/changed annotations for 1.9.
|
8 anos atrás |
Claude Paroz
|
9935f97cd2
Refs #21379 -- Normalized unicode username inputs
|
9 anos atrás |
Tim Graham
|
5238af3257
Used 'classmethod' annotation in docs/topics/auth/customizing.txt
|
9 anos atrás |