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
2010-05-10
[1.1.X] Fixed #13158 -- Clarified that OneToOneField is a better option for U...
Russell Keith-Magee
2010-05-08
[1.1.X] Added hyperlinks for builtin template tags and filters to code sample...
Luke Plant
2010-05-07
[1.1.X] Fixed typo and small formatting mistake in docs
Luke Plant
2010-03-01
[1.1.X] Fixed #5605: only lowercase the domain portion of an email address in...
Jacob Kaplan-Moss
2010-02-22
[1.1.X] Fixed #12895 - Fixed typo in auth docs. Thanks Timo.
Jannis Leidel
2010-01-01
[1.1.X] Fixed #12383 - Typo fix for authentication documentation.
Jannis Leidel
2009-12-22
[1.1.X] Fixed #8145 - Documented the codenames of the default auth permissions
Jannis Leidel
2009-09-13
[1.1.X] Fixed #9414 -- Clarified the documentation on the permission decorato...
Russell Keith-Magee
2009-09-13
[1.1.X] Fixed #10864 -- Clarified the role played by redirect_to_field in the...
Russell Keith-Magee
2009-09-10
Fixed #7376: auth docs don't say they depend on contenttypes.
Luke Plant
2009-05-17
Fixed #10855: Reference doc on creating superusers in the tutorial at the poi...
Karen Tracey
2009-05-14
Fixed #10273: added an explanation of `SetPasswordForm` and `UserChangeForm` ...
Jacob Kaplan-Moss
2009-05-14
Fixed #10272: documented the signatures for the contrib.auth views. Thanks, I...
Jacob Kaplan-Moss
2009-04-03
Fixed a whole bunch of small docs typos, errors, and ommissions.
Jacob Kaplan-Moss
2009-03-31
A whole lotta documentation fixes: Fixes #8704, #8826, #8980, #9243, #9343, #...
Jacob Kaplan-Moss
2009-03-31
Fixed #10306: Corrected form action in auth login example.
James Bennett
2009-03-15
Fixed #689 -- Added a middleware and authentication backend to contrib.auth f...
Gary Wilson Jr
2009-02-16
Auth-related doc cleanups:
Gary Wilson Jr
2008-12-25
Added some documentation explaining (1) that it's possible to add users via t...
Adrian Holovaty
2008-12-08
Fixed #9718 -- Removed a reference to oldforms FormWrapper object in the user...
Gary Wilson Jr
2008-11-15
Fixed #9477 -- Removed and edited a bunch of references to "development
Malcolm Tredinnick
2008-11-02
Fixed #9497 - Doc typos. Many thanks ramiro.
Karen Tracey
2008-10-06
Fixed #7011 -- Clarified what User.is_active really means in the documentation.
Malcolm Tredinnick
2008-09-02
Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/v...
Jacob Kaplan-Moss
2008-08-23
Massive reorganization of the docs. See the new docs online at http://docs.dj...
Jacob Kaplan-Moss