summaryrefslogtreecommitdiff
path: root/docs/topics/auth.txt
AgeCommit message (Expand)Author
2012-12-08fix a spelling error in docsVal Neekman
2012-11-30[1.5.X] Fixed #19400 - Typo in docs/topics/auth.txtTim Graham
2012-11-24[1.5.x] Fixed #19218 -- Added documentation note on limitations of signals wi...Russell Keith-Magee
2012-11-06[1.5.X] Fixed #19161 - Added missing clean_password method in custom user docsTim Graham
2012-10-28[1.5.x] Fixed #19061 -- added is_active attribute to AbstractBaseUserPreston Holmes
2012-10-26[1.5.x] Fixed #19191 -- Corrected a typo in CustomUser docsClaude Paroz
2012-10-13Fixed #19067 -- Clarified handling of username in createsuperuser.Russell Keith-Magee
2012-10-13Fixed #19077, #19079 -- Made USERNAME_FIELD a required field, and modified Us...Russell Keith-Magee
2012-10-06Fixed #19074 -- Corrected some minor issues with the new custom User docs.Russell Keith-Magee
2012-10-01Removed incorrectly reintroduced 1.3 version notesPreston Holmes
2012-09-30Fixed #18616 -- added user_login_fail signal to contrib.authMichael Farrell
2012-09-30Fixed #18991 -- Allowed permission lookup by "if in"Anssi Kääriäinen
2012-09-27Fixed two broken links introduced in recent commits.Tim Graham
2012-09-26Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee
2012-09-20Fixed #18934 - Removed versionadded/changed annotations for Django 1.3Tim Graham
2012-09-15Fixed #16929 - Documented how to extend UserAdmin with UserProfile fields; th...Tim Graham
2012-09-08Fixed #15552 -- LOGIN_URL and LOGIN_REDIRECT_URL can take URLpattern names.Carl Meyer
2012-08-31Clarify some of the password reset docsChris Streeter
2012-08-20Fixed #18819 -- fixed some typos in the auth docsAlex Gaynor
2012-08-04Fixed #16980 - Misc updates to the auth docs. Thanks Preston Holmes for the p...Tim Graham
2012-07-31Fixed #18122 - Clarified section title regarding applying permissions to gene...Tim Graham
2012-07-30Fixed #17131 - Added per object permission notes to docs.Tim Graham
2012-06-11Fixed #18451 -- Vastly improved class based view documentation.Jannis Leidel
2012-06-07Removed references to changes made in 1.2.Aymeric Augustin
2012-05-11Fixed #18301 -- Fixed url name in password reset example.Claude Paroz
2012-05-04Fixed #18270 -- Corrected variable name in password reset example.Claude Paroz
2012-05-03Fixed broken URLs introduced in 1adc87cd32.Ramiro Morales
2012-05-03Updated some URLs in the documentation to point to the new repository.Ramiro Morales
2012-04-30Replaced print statement by print function (forward compatibility syntax).Claude Paroz
2012-04-26Fixed #18038 -- Removed the 'supports_inactive_user' backwards-compatibility ...Claude Paroz
2012-04-25Fixed #18033 -- Removed function-based generic views, as per official depreca...Claude Paroz
2012-04-24Fixed #18037 -- Changed behaviour of url and ssi template tags to the new syn...Claude Paroz
2012-04-16Fixed #18316 -- Fixed pre-1.3 PermWrapper location in docs. Thanks Adrien Lem...Claude Paroz
2012-04-13Fixed #18118 -- Improved documentation for contrib.auth.hashers utility funct...Claude Paroz
2012-03-16Fixed #17841 -- Clarified caching note about authentication backends. Thanks ...Claude Paroz
2012-03-13Fixed #17236 -- Clarified that anonymous session data are retained after logi...Claude Paroz
2012-03-13Replaced http by https in djangoproject.com linksClaude Paroz
2012-03-03Fixed #9995 -- Updated the installation instructions to recommend pip. Also f...Aymeric Augustin
2012-03-02Edited stuff from [17543] to [17629]Adrian Holovaty
2012-03-02Fixed #17046 -- Added a check if the username passed to User.objects.create_u...Jannis Leidel
2012-03-02Fixed 17764. Improved auth docs.Paul McMillan
2012-02-20Fixed #17390 - Added a note to topics/auth.txt regarding how to decorate clas...Timo Graham
2011-12-30Moved 'User-requested password resets' docs from [17266] from auth docs to ad...Adrian Holovaty
2011-12-24Added a password reset link to default admin login page if a password reset U...Luke Plant
2011-12-23Renovated password hashing. Many thanks to Justine Tunney for help with the i...Paul McMillan
2011-10-30Fixed #17063 -- Fixed visibility of a few version-dependant notes in our docu...Ramiro Morales
2011-10-10Removed use of non-standard indentation rules in docs, and the custom transfo...Luke Plant
2011-10-10Fixed a bunch of ReST errors that resulted in interpretation as block quotationsLuke Plant
2011-09-24Fixed #16789 -- Added names to URLs in convenience contrib.auth urls.py.Ramiro Morales
2011-09-21Switch a few examples in the docs to use newstyle classes.Alex Gaynor