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
2015-11-16
[1.9.x] Fixed #25755 -- Unified spelling of "website".
Agnieszka Lasyk
2015-11-12
[1.9.x] Fixed #25744 -- Corrected reference to User object in auth docs.
Anderson Resende
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
2015-02-01
Removed versionadded/changed notes for 1.7.
Tim Graham
2015-01-01
Removed doc note about PasswordResetForm requiring an integer PK.
Tim Graham
2014-08-19
Fixed #23314 -- Tempered recommendation of storing profile data on custom user.
Tim Graham
2014-07-21
Replaced instances of 'his/her' with 'their'.
Iain Dawson
2014-07-08
Fixed #21832 -- Updated prompt, tests, and docs to show that USERNAME_FIELD s...
Anubhav Joshi
2014-07-03
Fixed #21755 -- Added ForeignKey support to REQUIRED_FIELDS.
Anubhav Joshi
2014-07-01
Fixed #22932: Documented circular dependency issues with swappable user
Andrew Godwin
2014-06-19
Fixed #22874: Document that AUTH_USER_MODEL must be in first migration
Andrew Godwin
2014-06-17
Fixed #22853: Swapped models are now ignored for migration operations.
Andrew Godwin
2014-05-16
Fixed #15716 - Authentication backends can short-circuit authorization.
Jorge C. Leitão
2014-04-05
Fixed #21649 -- Added optional invalidation of sessions when user password ch...
Tim Graham
2014-03-24
Removed versionadded/changed annotations for 1.6.
Tim Graham
2014-03-10
Fixed #21875 -- Clarified that get_user_model() only works at run time.
Aymeric Augustin
2014-03-02
Fixed some typos in the documentation.
Baptiste Mispelon
2014-02-25
Fixed docs typos.
Szczepan Cieślik
2014-02-19
Fixed #22093 -- Made Form.Meta.fields examples consistent.
Tim Graham
2014-02-13
Fixed #21951 -- Updated docs to use __str__ for Python 3
Alasdair Nicol
2014-01-22
Fixed #21726 -- Clarified that password should not be included in REQUIRED_FI...
Tim Graham
2014-01-04
Fixed #21730 -- Removed superfluous db_index in custom auth docs
Claude Paroz
2013-11-24
Fixed #21391 -- Allow model signals to lazily reference their senders.
Simon Charette
2013-11-07
Removed no longer relevant word
Sylvain Bellemare
2013-11-01
Fixed typo -- "a" user, not "an" user
Sylvain Bellemare
2013-10-09
Fixed grammar/typos in auth customization docs
Claude Paroz
2013-10-08
Fixed #21164 -- Added documentation for issue with test users.
Russell Keith-Magee
2013-09-09
Fixed #19885 -- cleaned up the django.test namespace
Kevin Christopher Henry
2013-09-06
Fixed #20646 -- Clarified the use of AbstractBaseUser.REQUIRED_FIELDS
Tim Graham
2013-08-19
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-08-19
Removed versionadded/changed annotations for 1.5
Tim Graham
2013-08-15
Fixed some ReST errors regarding backticks
Tim Graham
2013-07-25
More migration docs, and conversion of all easy syncdb references
Andrew Godwin
2013-07-18
Fixed #20762 -- Clarified that add_fieldsets is not a standard ModelAdmin att...
Tim Graham
2013-07-05
Fixed #20224 -- Update docs examples which mention __unicode__
Claude Paroz
2013-07-04
Fixed #20134 -- Correct list of fields that UserManager requires.
Tim Graham
2013-06-28
Removed custom profile model functionality as per deprecation TL.
Ramiro Morales
2013-06-19
Fixed broken reference in documentation.
Baptiste Mispelon
2013-06-18
Fixed #20593 -- Allow blank passwords in check_password() and set_password()
Erik Romijn
2013-05-29
Don't hard-code class names when calling static methods
Gavin Wahl
[next]