summaryrefslogtreecommitdiff
path: root/docs/topics/auth.txt
AgeCommit message (Expand)Author
2012-09-15[1.4.x] Fixed #16929 - Documented how to extend UserAdmin with UserProfile fi...Tim Graham
2012-09-08[1.4.x] Fixed some broken links in 1.4 docsTim Graham
2012-09-01[1.4.x] Merge pull request #315 from streeter/auth-docs-cleanup-patchTim Graham
2012-08-04[1.4.X] Fixed #16980 - Misc updates to the auth docs. Thanks Preston Holmes f...Tim Graham
2012-08-01[1.4.x] Fixed #18122 - Clarified section title regarding applying permissions...Tim Graham
2012-07-30Fixed #17131 - Added per object permission notes to docs.Tim Graham
2012-05-11[1.4.x] Fixed #18301 -- Fixed url name in password reset example.Claude Paroz
2012-05-10Fixed #18270 -- Corrected variable name in password reset example.Claude Paroz
2012-04-16[1.4.X] Fixed #18316 -- Fixed pre-1.3 PermWrapper? location in docs. Thanks A...Claude Paroz
2012-04-13[1.4.X] Fixed #18118 -- Improved documentation for contrib.auth.hashers utili...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
2011-09-18Fixed #13211 -- Added the `Group` API reference and a `Permission` API exampl...Julien Phalip
2011-09-16Fixed #16094 -- Added missing colon in custom permissions docs.Carl Meyer
2011-09-11Fixed #16094: Added clear example of how to refer to custom permissions.James Bennett
2011-09-10Removed the deprecated-since-1.2 "supports_object_permissions" and "supports_...Alex Gaynor
2011-08-21Fixed #16610 - Added more docs for template contexts in contrib.auth views; t...Timo Graham
2011-08-12Fixed #4617 -- Added `raise_exception` option to `permission_required` decora...Jannis Leidel
2011-06-28Make the email parameter of User.objects.create_user optional.Chris Beaven
2011-06-26Fixed #14390 and #16262 -- Moved password related functions from auth models ...Jannis Leidel
2011-06-26Fixed #14674 -- Prevent user accounts with an unusable password from resettin...Jannis Leidel
2011-06-25Fixed #16207 -- Enhanced documentation about user profile model instance crea...Ramiro Morales
2011-06-25Its always good to get it's apostophe right.Andrew Godwin
2011-06-19Fixed #12202 -- Removed hardcoded password reset subject and added a subject_...Jannis Leidel
2011-06-11Fixed #15949 - Clarified the docs for password_reset_done view; thanks cyclop...Timo Graham
2011-05-13Fixed #16014 -- numerous documentation typos -- thanks psmith.Simon Meers
2011-05-04Fixed #15827 - Documented that OneToOneField in Profile should be named 'user...Timo Graham
2011-05-03Fixed #15942 - removed duplicate module id in docs; thanks magopian.Timo Graham
2011-04-30Fixed #6581 -- Moved documentation of django.contrib.auth.views.redirect_to_l...Jannis Leidel
2011-04-28Fixed #15885 -- Update auth view docs re: TemplateResponse. Thanks prestontim...Simon Meers
2011-04-07Fixed #15757 - removed remaining instances of get_and_delete_messagesLuke Plant
2011-04-01Changed e-mail to email throughout documentation and codebase. The one except...Adrian Holovaty
2011-02-23Fixed #15299 -- Started the process of migrating the auth context processor s...Russell Keith-Magee
2011-02-16Fixed #15233 -- reST/Sphinx markup corrections in numerous areas, mostly cent...Gabriel Hurley
2011-02-07Fixed #15236 -- corrected a typo and added a versionadded directive for the u...Gabriel Hurley
2011-01-22Fixed #15133 - Some markup issues in the docs; thanks Aryeh Leib Taurog for t...Timo Graham