Hasan Ramezani
|
03dbdfd9bb
Fixed #29019 -- Added ManyToManyField support to REQUIRED_FIELDS.
|
5 years ago |
Nuno
|
34a88b21da
Fixed #30620 -- Made an example of admin-compliant custom user app pep8 compliant.
|
5 years ago |
swatantra
|
c13e3715f5
Fixed #28667 -- Clarified how to override list of forms fields for custom UserAdmin with a custom user model.
|
5 years ago |
Mariusz Felisiak
|
9aeac29949
Removed unnecessary backslashes from docs.
|
5 years ago |
Tobias Bengfort
|
581a0f4545
Refs #30226 -- Added User.get_user_permissions() method.
|
6 years ago |
Tobias Bengfort
|
75337a6050
Fixed #30226 -- Added BaseBackend for authentication.
|
6 years ago |
Tobias Kunze
|
eb16c7260e
Fixed #20629 -- Rephrased custom user models admonition.
|
5 years ago |
Luke Plant
|
0c916255eb
Changed tuple Mate.unique_together/permissions to lists in docs.
|
5 years ago |
Tim Graham
|
a68c029e22
Used extlinks for Django's source code.
|
5 years ago |
Tobias Bengfort
|
632d4861dd
Clarified permission-related docs.
|
6 years ago |
Tobias Bengfort
|
b1243a55a5
Doc'd PermissionsMixin's usage of User.is_active and is_superuser.
|
6 years ago |
Stephen James
|
e40e7026ca
Fixed #29683 -- Added view permission to docs.
|
6 years ago |
Tim Graham
|
e9ea49d274
Consolidated docs about handling a ForeignKey in custom user model manager.
|
6 years ago |
Tim Graham
|
f3fa86a89b
Fixed #29449 -- Reverted "Fixed #28757 -- Allowed using contrib.auth forms without installing contrib.auth."
|
6 years ago |
Michael Kiros
|
b37bac39b3
Fixed typo in docs/topics/auth/customizing.txt.
|
6 years ago |
Tim Graham
|
7543ab1f8d
Removed versionadded/changed annotations for 2.0.
|
6 years ago |
shanghui
|
3333d935d2
Fixed #28757 -- Allowed using contrib.auth forms without installing contrib.auth.
|
7 years ago |
Mariusz Felisiak
|
83a36ac49a
Removed unnecessary trailing commas and spaces in various code.
|
7 years ago |
Tim Graham
|
5446b72003
Removed versionadded/changed annotations for 1.11.
|
7 years ago |
Tim Graham
|
5e31be1b96
Refs #25187 -- Required the authenticate() method of authentication backends to have request as the first positional argument.
|
7 years ago |
Mariusz Felisiak
|
081e787160
Refs #23919 -- Stopped inheriting from object to define new style classes.
|
7 years ago |
Josh Schneier
|
5df0ff4155
Fixed #28089 -- Removed requirement to implement get_short_name() and get_full_name() in AbstractBaseUser subclasses.
|
7 years ago |
David D Lowe
|
9269dec05e
Fixed #27911 -- Doc'd how to register custom User with admin.
|
8 years ago |
chillaranand
|
dc165ec8e5
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
|
8 years ago |
Tim Graham
|
f6acd1d271
Refs #23919 -- Removed Python 2 notes in docs.
|
8 years ago |
Tim Graham
|
e27e4c0339
Removed versionadded/changed annotations for 1.10.
|
8 years ago |
Tim Graham
|
eba093e8b0
Refs #25847 -- Removed support for User.is_(anonymous|authenticated) as methods.
|
8 years ago |
Tim Graham
|
d7e6b8febd
Fixed typo in docs/topics/auth/customizing.txt.
|
8 years ago |
Aymeric Augustin
|
cb7bbf97a7
Fixed #25966 -- Made get_user_model() work at import time.
|
8 years ago |
Alex Scott
|
da4c0e8cc9
Fixed typo in docs/topics/auth/customizing.txt.
|
8 years ago |