| Age | Commit message (Expand) | Author |
| 2008-08-23 | Massive reorganization of the docs. See the new docs online at http://docs.dj... | Jacob Kaplan-Moss |
| 2008-08-14 | Fixed #6941 -- When logging a user out, or when logging in with an existing | Malcolm Tredinnick |
| 2008-07-22 | Fixed #7814 -- Fixed a number of style inconsistencies in the docs. Thanks, u... | Adrian Holovaty |
| 2008-07-21 | Refs #7864 -- Updates to documentation for the oldforms/newforms switch. | Gary Wilson Jr |
| 2008-07-18 | Merged the newforms-admin branch into trunk. | Brian Rosner |
| 2008-06-12 | Various documentation edits from the past few changesets | Adrian Holovaty |
| 2008-06-08 | Fixed #5614: added 'manage.py createsuperuser'. Thanks, programmerq. | Jacob Kaplan-Moss |
| 2008-03-30 | Fixed #6927: Corrected documentation describing when and why the auth applica... | James Bennett |
| 2008-03-14 | Fixed #6455 -- Updated link to The Django Book in authentication docs, thanks... | Gary Wilson Jr |
| 2008-03-12 | Fixed #6753 -- Corrected typo in authentication docs, thanks piem@piem.org an... | Gary Wilson Jr |
| 2007-12-17 | Fixed #6174 -- Documentation fix for [6912]. Pointed out by Russell Cloran. | Malcolm Tredinnick |
| 2007-12-04 | Edited docs/authentication.txt changes from [6805] | Adrian Holovaty |
| 2007-12-01 | Fixed #3483: Documented AUTH_PROFILE_MODULE and custom user profiles | James Bennett |
| 2007-12-01 | Fixed #4819: documented the need to call authenticate() before login(), based... | James Bennett |
| 2007-11-29 | Fixed #5955 -- Made a bunch of ReST fixes. Thanks, SmileyChris. | Malcolm Tredinnick |
| 2007-09-19 | Made some small edits to docs/authentication.txt changes from [6375] | Adrian Holovaty |
| 2007-09-19 | Fixed $5457 - the auth system now delegates permission checking to auth backe... | Jacob Kaplan-Moss |
| 2007-09-15 | Fixed #3032 -- Added some useful methods and attributes so that AnonymousUser... | Malcolm Tredinnick |
| 2007-09-15 | Fixed #4888 -- Fixed small confusion in docs/authentication.txt. Thanks, Piot... | Adrian Holovaty |
| 2007-09-14 | Fixed #5394 -- REDIRECT_FIELD_NAME is now configurable. Thanks, Petr Marhoun,... | Adrian Holovaty |
| 2007-09-03 | Fixed #4923 -- Fixed error in docs/authentication.txt. Thanks, djangotrac.20.... | Adrian Holovaty |
| 2007-08-14 | Changed django.contrib.auth.views.login to use RequestSite if the sites frame... | Adrian Holovaty |
| 2007-08-11 | Fixed #4611 -- Removed "new in development version" annotation for the permis... | Malcolm Tredinnick |
| 2007-08-06 | Fixed #5064 -- Fixed potentially confusing sentence in docs/authentication.tx... | Adrian Holovaty |
| 2007-07-29 | Added 'New in Django development version' to changes in docs/authentication.t... | Adrian Holovaty |
| 2007-07-28 | After discussing with Malcolm, added set_unusable_password() and has_usable_p... | Simon Willison |
| 2007-07-01 | Fixed #4690 -- Fixed a bunch of ReST errors in docs. Thanks, Paul B. | Adrian Holovaty |
| 2007-06-25 | Fixed #4668, #4669, #4670, #4671 -- Fixed a group of ReST markup errors. Tha... | Malcolm Tredinnick |
| 2007-06-18 | Updated documentation for User.objects.make_random_password, fixing | Luke Plant |
| 2007-06-10 | Fixed #4488 -- Fixed a typo pointed out by luca.ferroni@labs.it. | Malcolm Tredinnick |
| 2007-04-26 | Added note about Django development version to docs/authentication.txt change... | Adrian Holovaty |
| 2007-04-25 | Fixed #3316 -- Added support for crypt hashing of passwords, mostly to support | Malcolm Tredinnick |
| 2007-04-25 | Fixed #3185 -- Made values for login, logout and post-login redirect URLs | Malcolm Tredinnick |
| 2007-04-24 | Fixed #4133 -- Fixed broken links in docs. Thanks, Gary Wilson | Adrian Holovaty |
| 2007-02-28 | Removed a stray colon in authentication.txt. | Jacob Kaplan-Moss |
| 2007-02-27 | Fixed #3039: corrected example code in authentication.txt. Thanks, Ubernostrum. | Jacob Kaplan-Moss |
| 2007-02-26 | Fixed #834: Added documentation of the built-in authentication views. Thanks,... | Jacob Kaplan-Moss |
| 2007-02-25 | Fixed #3504: fixed a missing "self" in the authentication docs. Thanks, Rober... | Jacob Kaplan-Moss |
| 2007-01-24 | Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com ... | Adrian Holovaty |
| 2006-11-02 | Fixes #2971 -- Fixed inor typo in example in authentication documentation. Th... | Russell Keith-Magee |
| 2006-09-30 | Fixed typo in r3885. | Russell Keith-Magee |
| 2006-09-30 | Clarified documentation to indicate that authenticating a user doesn't imply ... | Russell Keith-Magee |
| 2006-09-29 | Disabled access to the admin site for inactive accounts, and clarified docume... | Russell Keith-Magee |
| 2006-09-25 | Fixed typos and improved documentation for permission_required decorator addi... | Adrian Holovaty |
| 2006-09-22 | Fixed #2546 -- Formatting fix in authentication docs. Thanks, SmileyChris. | Malcolm Tredinnick |
| 2006-09-22 | Fixed #2629 -- Added a permission_required decorator to | Malcolm Tredinnick |
| 2006-09-11 | Fixed #2687 -- Fixed bug in docs/authentication.txt. Thanks, Collin Grady | Adrian Holovaty |
| 2006-07-19 | Fixed #2332 -- Introduced is_authenticated() method on User and AnonymousUser... | Malcolm Tredinnick |
| 2006-07-03 | Proofread newest changes to docs/authentication.txt | Adrian Holovaty |
| 2006-07-02 | Small cleanups to docs/authentication.txt, but still not properly reworded/pr... | Adrian Holovaty |