Aleksej Manaev
|
4b9330ccc0
Fixed #25187 -- Made request available in authentication backends.
|
8 年 前 |
Jon Dufresne
|
1ec1633cb2
Fixed #26401 -- Added BaseAuthConfig to use auth without migrations.
|
8 年 前 |
Bang Dao + Tam Huynh
|
09119dff14
Fixed #26719 -- Normalized email in AbstractUser.clean().
|
8 年 前 |
Tim Graham
|
39805686b3
Refs #21379, #26719 -- Moved username normalization to AbstractBaseUser.
|
8 年 前 |
Ed Henderson
|
4a4d7f980e
Fixed #26021 -- Applied hanging indentation to docs.
|
8 年 前 |
Tim Graham
|
46a38307c2
Removed versionadded/changed annotations for 1.9.
|
8 年 前 |
Claude Paroz
|
9935f97cd2
Refs #21379 -- Normalized unicode username inputs
|
9 年 前 |
Tim Graham
|
5238af3257
Used 'classmethod' annotation in docs/topics/auth/customizing.txt
|
8 年 前 |
Jeremy Lainé
|
c1aec0feda
Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.
|
9 年 前 |
Alexander Gaevsky
|
e0a3d93730
Fixed #25232 -- Made ModelBackend/RemoteUserBackend reject inactive users.
|
9 年 前 |
Daniel Quinn
|
de7edc005f
Fixed import location of check_password() in docs.
|
9 年 前 |
Berker Peksag
|
f0425c7260
Refs #19353 -- Added tests for using custom user models with built-in auth forms.
|
9 年 前 |
Tim Graham
|
1e9150443e
Refs #26089 -- Removed obsolete docs about custom user model testing.
|
9 年 前 |
Tim Graham
|
8ce8beb3f2
Unified some doc links to OneToOneField and ManyToManyField.
|
9 年 前 |
rowanv
|
a6ef025dfb
Fixed #26124 -- Added missing code formatting to docs headers.
|
9 年 前 |
Tim Graham
|
166e0490d3
Fixed #25895 -- Used a consistent style for UserAdmin overrides.
|
9 年 前 |
Agnieszka Lasyk
|
1f8dad6915
Fixed #25755 -- Unified spelling of "website".
|
9 年 前 |
Anderson Resende
|
ce4914eab4
Fixed #25744 -- Corrected reference to User object in auth docs.
|
9 年 前 |
Tim Graham
|
54848a96dd
Removed versionadded/changed annotations for 1.8.
|
9 年 前 |
Tim Graham
|
5d0961fdfc
Fixed #25202 -- Fixed typo in docs/topics/auth/customizing.txt
|
9 年 前 |
Flavio Curella
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 年 前 |
Tim Graham
|
217f173be0
Fixed #25166 -- Clarified how auth permissions are created.
|
9 年 前 |
Alasdair Nicol
|
1ea87c8c79
Fixed #24910 -- Added createsuperuser support for non-unique USERNAME_FIELDs
|
9 年 前 |
Charles Dee Rice
|
4f3c444241
Fixed #24789 -- Fixed wrong positional args order in doc example
|
10 年 前 |
Tim Graham
|
8e86d9d3df
Fixed #24780 -- Removed outdated discussion of signals and custom users.
|
10 年 前 |
Dan Watson
|
fe914341c8
Fixed #24564 -- Moved AbstractBaseUser and BaseUserManager so they can be used without auth in INSTALLED_APPS
|
10 年 前 |
Tim Graham
|
981e3b9394
Fixed #24429 -- Doc'ed that Django 1.8 doesn't require an integer PK for custom user models.
|
10 年 前 |
Christopher Luc
|
e37d52bd5e
Fixed #22993 -- Deprecated skipIfCustomUser decorator
|
10 年 前 |
Thomas Güttler
|
566c936236
Added admonition about reusable apps and AUTH_USER_PROFILE.
|
10 年 前 |
darkryder
|
9ec8aa5e5d
Fixed #24149 -- Normalized tuple settings to lists.
|
10 年 前 |