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
Age
Commit message (
Expand
)
Author
2014-08-31
[1.7.x] Removed sentence from docs about migrate prompting to add a superuser.
Michael Angeletti
2014-08-19
[1.7.x] Fixed #23314 -- Tempered recommendation of storing profile data on cu...
Tim Graham
2014-07-30
[1.7.x] Fixed #23132 -- Removed confusing clause in auth docs.
Tim Graham
2014-07-21
[1.7.x] Replaced instances of 'his/her' with 'their'.
Iain Dawson
2014-07-01
[1.7.x] Fixed #22932: Documented circular dependency issues with swappable user
Andrew Godwin
2014-06-19
[1.7.x] Fixed #22874: Document that AUTH_USER_MODEL must be in first migration
Andrew Godwin
2014-06-17
[1.7.x] Fixed #22853: Swapped models are now ignored for migration operations.
Andrew Godwin
2014-06-10
[1.7.x] Fixed #22770 -- Removed create_superuser from post_migrate signals.
Tim Graham
2014-06-10
[1.7.x] Corrected some indentation in docs/topics/auth/default.txt.
Tim Graham
2014-04-22
[1.7.x] Updated grammar in description of django.contrib.auth.
Ray Ashman
2014-04-16
[1.7.x] Added a note regarding django.contrib.auth.authenticate.
Tim Graham
2014-04-05
[1.7.x] Fixed #21649 -- Added optional invalidation of sessions when user pas...
Tim Graham
2014-03-17
Fixed #22006 -- Documented how to write a login_required mixin for CBVs.
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-28
Fixed doc typos.
Tim Graham
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-26
Moved RequestSite and get_current_site.
Aymeric Augustin
2014-01-25
Fixed #21829 -- Added default AppConfigs.
Aymeric Augustin
2014-01-22
Fixed #20834 -- Described how caching of user permissions works.
Tim Graham
2014-01-22
Fixed #21726 -- Clarified that password should not be included in REQUIRED_FI...
Tim Graham
2014-01-17
Removed some unnecessary __exact operators in filters.
Tim Graham
2014-01-16
Fixed #21727 -- Added some links to help clarify topics/auth/default.txt
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-30
Fixed #21294 -- Clarified the logout next_page argument.
Tim Graham
2013-10-25
Fixed #21325 -- Added missing argument to permission_required decorator.
Tim Graham
2013-10-21
Added docs for the hasher's iteration count changes.
Tim Graham
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-18
Fixed #21116 -- Made usage of manage.py in docs more consistent.
Tim Graham
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-08-10
Fixed #20828 -- Allowed @permission_required to take a list of permissions
ersran9
2013-08-09
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-08-05
Fixed #20832 -- Enabled HTML password reset email
Justin Michalicek
2013-08-04
Fixed #20855 -- Added documentation of current_app and extra_context params t...
Justin Michalicek
2013-07-31
Fixed #12103 -- Added AuthenticationForm.confirm_login_allowed to allow custo...
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-13
Fixes grammatical error in auth docs
David Binetti
2013-07-11
Fixed #20730 -- Fixed "Programmatically creating permissions" error.
Tim Graham
2013-07-05
Fixed #20224 -- Update docs examples which mention __unicode__
Claude Paroz
[next]