index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
topics
/
auth
/
customizing.txt
Age
Commit message (
Expand
)
Author
2018-01-05
Fixed #28757 -- Allowed using contrib.auth forms without installing contrib.a...
shanghui
2017-12-28
Removed unnecessary trailing commas and spaces in various code.
Mariusz Felisiak
2017-09-22
Removed versionadded/changed annotations for 1.11.
Tim Graham
2017-09-22
Refs #25187 -- Required the authenticate() method of authentication backends ...
Tim Graham
2017-06-26
Refs #23919 -- Stopped inheriting from object to define new style classes.
Mariusz Felisiak
2017-05-06
Fixed #28089 -- Removed requirement to implement get_short_name() and get_ful...
Josh Schneier
2017-03-08
Fixed #27911 -- Doc'd how to register custom User with admin.
David D Lowe
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
chillaranand
2017-01-18
Refs #23919 -- Removed Python 2 notes in docs.
Tim Graham
2017-01-17
Removed versionadded/changed annotations for 1.10.
Tim Graham
2017-01-17
Refs #25847 -- Removed support for User.is_(anonymous|authenticated) as methods.
Tim Graham
2016-11-28
Fixed typo in docs/topics/auth/customizing.txt.
Tim Graham
2016-11-25
Fixed #25966 -- Made get_user_model() work at import time.
Aymeric Augustin
2016-11-24
Fixed typo in docs/topics/auth/customizing.txt.
Alex Scott
2016-11-23
Normalized casing of "custom user model".
Tim Graham
2016-11-23
Fixed #24370 -- Recommended starting with a custom user model.
Krzysztof Gogolewski
2016-10-25
Reverted "Fixed #26401 -- Added BaseAuthConfig to use auth without migrations."
Jon Dufresne
2016-10-04
Fixed #27292 -- Removed unnecessary password assignment in auth backend example.
Tim Graham
2016-09-27
Fixed #20705 -- Allowed using PasswordResetForm with user models with an emai...
levental
2016-09-23
Simplified has_perm() example in topics/auth/customizing.txt.
Berker Peksag
2016-09-12
Fixed #25187 -- Made request available in authentication backends.
Aleksej Manaev
2016-09-10
Fixed #26401 -- Added BaseAuthConfig to use auth without migrations.
Jon Dufresne
2016-06-24
Fixed #26719 -- Normalized email in AbstractUser.clean().
Bang Dao + Tam Huynh
2016-06-21
Refs #21379, #26719 -- Moved username normalization to AbstractBaseUser.
Tim Graham
2016-06-03
Fixed #26021 -- Applied hanging indentation to docs.
Ed Henderson
2016-05-20
Removed versionadded/changed annotations for 1.9.
Tim Graham
2016-05-16
Refs #21379 -- Normalized unicode username inputs
Claude Paroz
2016-05-14
Used 'classmethod' annotation in docs/topics/auth/customizing.txt
Tim Graham
2016-04-09
Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.
Jeremy Lainé
2016-03-23
Fixed #25232 -- Made ModelBackend/RemoteUserBackend reject inactive users.
Alexander Gaevsky
2016-02-22
Fixed import location of check_password() in docs.
Daniel Quinn
2016-02-17
Refs #19353 -- Added tests for using custom user models with built-in auth fo...
Berker Peksag
2016-02-02
Refs #26089 -- Removed obsolete docs about custom user model testing.
Tim Graham
2016-02-01
Unified some doc links to OneToOneField and ManyToManyField.
Tim Graham
2016-02-01
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2015-12-08
Fixed #25895 -- Used a consistent style for UserAdmin overrides.
Tim Graham
2015-11-16
Fixed #25755 -- Unified spelling of "website".
Agnieszka Lasyk
2015-11-12
Fixed #25744 -- Corrected reference to User object in auth docs.
Anderson Resende
2015-09-23
Removed versionadded/changed annotations for 1.8.
Tim Graham
2015-07-31
Fixed #25202 -- Fixed typo in docs/topics/auth/customizing.txt
Tim Graham
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-07-25
Fixed #25166 -- Clarified how auth permissions are created.
Tim Graham
2015-06-06
Fixed #24910 -- Added createsuperuser support for non-unique USERNAME_FIELDs
Alasdair Nicol
2015-05-13
Fixed #24789 -- Fixed wrong positional args order in doc example
Charles Dee Rice
2015-05-11
Fixed #24780 -- Removed outdated discussion of signals and custom users.
Tim Graham
2015-05-05
Fixed #24564 -- Moved AbstractBaseUser and BaseUserManager so they can be use...
Dan Watson
2015-04-07
Fixed #24429 -- Doc'ed that Django 1.8 doesn't require an integer PK for cust...
Tim Graham
2015-04-07
Fixed #22993 -- Deprecated skipIfCustomUser decorator
Christopher Luc
2015-04-06
Added admonition about reusable apps and AUTH_USER_PROFILE.
Thomas Güttler
2015-02-03
Fixed #24149 -- Normalized tuple settings to lists.
darkryder
[prev]
[next]