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.txt
Age
Commit message (
Expand
)
Author
2012-03-16
[1.3.X] Fixed #17841 -- Clarified caching note about authentication backends....
Claude Paroz
2012-02-20
[1.3.X] Fixed #17390 - Added a note to topics/auth.txt regarding how to decor...
Timo Graham
2011-09-16
[1.3.X] Fixed #16094 -- Added missing colon in custom permissions docs.
Carl Meyer
2011-09-11
[1.3.X] Fixed #16094: Added clear example of how to refer to custom permissio...
James Bennett
2011-06-11
[1.3.X] Fixed #15949 - Clarified the docs for password_reset_done view; thank...
Timo Graham
2011-05-13
[1.3.X] Fixed #16014 -- numerous documentation typos -- thanks psmith.
Simon Meers
2011-05-04
[1.3.X] Fixed #15827 - Documented that OneToOneField in Profile should be nam...
Timo Graham
2011-05-03
[1.3.X] Fixed #15942 - removed duplicate module id in docs; thanks magopian.
Timo Graham
2011-04-30
[1.3.X] Fixed #6581 -- Moved documentation of django.contrib.auth.views.redir...
Jannis Leidel
2011-02-23
Fixed #15299 -- Started the process of migrating the auth context processor s...
Russell Keith-Magee
2011-02-16
Fixed #15233 -- reST/Sphinx markup corrections in numerous areas, mostly cent...
Gabriel Hurley
2011-02-07
Fixed #15236 -- corrected a typo and added a versionadded directive for the u...
Gabriel Hurley
2011-01-22
Fixed #15133 - Some markup issues in the docs; thanks Aryeh Leib Taurog for t...
Timo Graham
2011-01-14
Change the lack of supports_inactive_user on an auth backend to a
Chris Beaven
2011-01-03
Fixed #14994 - Add attributes to example auth backend which would emit Deprec...
Timo Graham
2010-12-26
Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1
Timo Graham
2010-12-21
Fixed #14249 -- Added support for inactive users to the auth backend system. ...
Jannis Leidel
2010-12-04
Fixed #14764 -- specified that a set is returned by User.get_..._permissions ...
Simon Meers
2010-12-02
Updated example login template to be best-practice and use the url tag from '...
Luke Plant
2010-11-26
Fixed #5612 -- Added login and logout signals to contrib auth app. Thanks Smi...
Jannis Leidel
2010-11-07
Fixed #8325 -- Reorganization and expansion of the login_required decorator d...
Gabriel Hurley
2010-10-31
Fixed #13503 -- Corrected misleading custom permission example in the docs.
Ramiro Morales
2010-10-23
Fixed #14173 -- Added sections about contrib apps-provided commands to django...
Ramiro Morales
2010-10-09
Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...
Russell Keith-Magee
2010-09-12
Permit custom from-email address in auth forms email.
Malcolm Tredinnick
2010-09-10
Added login_url argument to login_required decorator. Thanks mhlakhani and er...
Jannis Leidel
2010-09-07
Fixed #13853 - line with csrf_token too wide
Luke Plant
2010-08-19
Fixed #14141: docs now use the :doc: construct for links between documents.
Jacob Kaplan-Moss
2010-08-07
Fixed #10952 -- Corrected the documentation for the behavior of password rese...
Russell Keith-Magee
2010-06-24
Fixed error in AnonymousUser docs since [12316]
Luke Plant
2010-05-10
Fixed #13158 -- Clarified that OneToOneField is a better option for User prof...
Russell Keith-Magee
2010-05-08
Added hyperlinks for builtin template tags and filters to code samples in docs.
Luke Plant
2010-05-07
Fixed typo and small formatting mistake in docs
Luke Plant
2010-03-27
Fixed #13226 -- Corrected typo in authentication docs, thanks rokclimb15.
Gary Wilson Jr
2010-03-01
Fixed #5605: only lowercase the domain portion of an email address in `UserMa...
Jacob Kaplan-Moss
2010-03-01
Fixed #5786: relaxed the validation for usernames to allow more common charac...
Jacob Kaplan-Moss
2010-02-21
Fixed #12066 - Moved auth context processor from core to the auth app. Thanks...
Jannis Leidel
2010-02-21
Fixed #12895 - Fixed typo in auth docs. Thanks Timo.
Jannis Leidel
2010-02-09
Fixed #12829 - typos introduced in [12400]
Luke Plant
2010-02-09
Removed docs that assume developer might be using Python < 2.4
Luke Plant
2010-02-06
Fixed #12797: Corrected typo in the documentation for the changepassword mana...
James Bennett
2010-01-29
Fixed #6273 -- Added a 'changepassword' management command. Thanks to Ludvig ...
Russell Keith-Magee
2010-01-28
Fixed #12557 - AnonymousUser should check auth backends for permissions
Luke Plant
2010-01-18
Fixed typo in docs - supports_objects_permissions should be supports_object_p...
Luke Plant
2010-01-10
Fixed #12113 -- Clarified is_active documentation. Thanks, ejucovy and isagalaev
Adrian Holovaty
2010-01-09
Fixed #6991 -- Removed some redundant user.is_authenticated() calls in variou...
Adrian Holovaty
2010-01-01
Fixed #12383 - Typo fix for authentication documentation.
Jannis Leidel
2009-12-18
Fixed #8145 - Documented the codenames of the default auth permissions
Jannis Leidel
2009-12-10
Fixed #11010 - Add a foundation for object permissions to authentication back...
Jannis Leidel
2009-12-09
Fixed #4604 - Configurable message passing system, supporting anonymous users
Luke Plant
[next]