index
:
django.git
fix-31295
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-12-28
Fixed #19498 -- refactored auth documentation
Preston Holmes
2012-12-26
Fixed broken links, round 3. refs #19516
Tim Graham
2012-12-15
Fixed #19412 -- Added PermissionsMixin to the auth.User heirarchy.
Russell Keith-Magee
2012-12-15
Fixed #19472 -- Documented the testing requirements and tools for custom User...
Russell Keith-Magee
2012-12-02
fix a spelling error in docs
Val Neekman
2012-11-30
Fixed #19400 - Typo in docs/topics/auth.txt
Tim Graham
2012-11-24
Fixed #19218 -- Added documentation note on limitations of signals with custo...
Russell Keith-Magee
2012-11-17
Fixed #2550 -- Allow the auth backends to raise the PermissionDenied exceptio...
Jannis Leidel
2012-11-06
Fixed #19161 - Added missing clean_password method in custom user docs
Tim Graham
2012-10-28
Fixed #19061 -- added is_active attribute to AbstractBaseUser
Preston Holmes
2012-10-26
Fixed #19191 -- Corrected a typo in CustomUser docs
Claude Paroz
2012-10-13
Fixed #19067 -- Clarified handling of username in createsuperuser.
Russell Keith-Magee
2012-10-13
Fixed #19077, #19079 -- Made USERNAME_FIELD a required field, and modified Us...
Russell Keith-Magee
2012-10-06
Fixed #19074 -- Corrected some minor issues with the new custom User docs.
Russell Keith-Magee
2012-10-01
Removed incorrectly reintroduced 1.3 version notes
Preston Holmes
2012-09-30
Fixed #18616 -- added user_login_fail signal to contrib.auth
Michael Farrell
2012-09-30
Fixed #18991 -- Allowed permission lookup by "if in"
Anssi Kääriäinen
2012-09-27
Fixed two broken links introduced in recent commits.
Tim Graham
2012-09-26
Fixed #3011 -- Added swappable auth.User models.
Russell Keith-Magee
2012-09-20
Fixed #18934 - Removed versionadded/changed annotations for Django 1.3
Tim Graham
2012-09-15
Fixed #16929 - Documented how to extend UserAdmin with UserProfile fields; th...
Tim Graham
2012-09-08
Fixed #15552 -- LOGIN_URL and LOGIN_REDIRECT_URL can take URLpattern names.
Carl Meyer
2012-08-31
Clarify some of the password reset docs
Chris Streeter
2012-08-20
Fixed #18819 -- fixed some typos in the auth docs
Alex Gaynor
2012-08-04
Fixed #16980 - Misc updates to the auth docs. Thanks Preston Holmes for the p...
Tim Graham
2012-07-31
Fixed #18122 - Clarified section title regarding applying permissions to gene...
Tim Graham
2012-07-30
Fixed #17131 - Added per object permission notes to docs.
Tim Graham
2012-06-11
Fixed #18451 -- Vastly improved class based view documentation.
Jannis Leidel
2012-06-07
Removed references to changes made in 1.2.
Aymeric Augustin
2012-05-11
Fixed #18301 -- Fixed url name in password reset example.
Claude Paroz
2012-05-04
Fixed #18270 -- Corrected variable name in password reset example.
Claude Paroz
2012-05-03
Fixed broken URLs introduced in 1adc87cd32.
Ramiro Morales
2012-05-03
Updated some URLs in the documentation to point to the new repository.
Ramiro Morales
2012-04-30
Replaced print statement by print function (forward compatibility syntax).
Claude Paroz
2012-04-26
Fixed #18038 -- Removed the 'supports_inactive_user' backwards-compatibility ...
Claude Paroz
2012-04-25
Fixed #18033 -- Removed function-based generic views, as per official depreca...
Claude Paroz
2012-04-24
Fixed #18037 -- Changed behaviour of url and ssi template tags to the new syn...
Claude Paroz
2012-04-16
Fixed #18316 -- Fixed pre-1.3 PermWrapper location in docs. Thanks Adrien Lem...
Claude Paroz
2012-04-13
Fixed #18118 -- Improved documentation for contrib.auth.hashers utility funct...
Claude Paroz
2012-03-16
Fixed #17841 -- Clarified caching note about authentication backends. Thanks ...
Claude Paroz
2012-03-13
Fixed #17236 -- Clarified that anonymous session data are retained after logi...
Claude Paroz
2012-03-13
Replaced http by https in djangoproject.com links
Claude Paroz
2012-03-03
Fixed #9995 -- Updated the installation instructions to recommend pip. Also f...
Aymeric Augustin
2012-03-02
Edited stuff from [17543] to [17629]
Adrian Holovaty
2012-03-02
Fixed #17046 -- Added a check if the username passed to User.objects.create_u...
Jannis Leidel
2012-03-02
Fixed 17764. Improved auth docs.
Paul McMillan
2012-02-20
Fixed #17390 - Added a note to topics/auth.txt regarding how to decorate clas...
Timo Graham
2011-12-30
Moved 'User-requested password resets' docs from [17266] from auth docs to ad...
Adrian Holovaty
2011-12-24
Added a password reset link to default admin login page if a password reset U...
Luke Plant
2011-12-23
Renovated password hashing. Many thanks to Justine Tunney for help with the i...
Paul McMillan
[next]