| Age | Commit message (Expand) | Author |
| 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 |
| 2006-06-29 | Fixed #2263 -- Fixed typo in docs/authentication.txt | Adrian Holovaty |
| 2006-06-28 | Merged multi-auth branch to trunk. See the authentication docs for the ramif... | Jacob Kaplan-Moss |
| 2006-06-06 | Made template names in django.contrib.auth.views passable as template_name ar... | Adrian Holovaty |
| 2006-06-02 | Cleaned up some small formatting in docs/authentication.txt | Adrian Holovaty |
| 2006-05-22 | Added docs/sites.txt -- documentation on the sites framework | Adrian Holovaty |
| 2006-05-22 | Fixed #849 -- Improved login_required view decorator to save query-string par... | Adrian Holovaty |
| 2006-05-15 | Fixed #1815: More documentation proof-reading from nico@teknico.net. | Malcolm Tredinnick |
| 2006-05-05 | Fixed #1726 -- Made django/contrib/auth/create_superuser.py a command-line fu... | Adrian Holovaty |
| 2006-05-02 | MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa... | Adrian Holovaty |
| 2006-03-28 | Removed legacy password_md5 stuff from docs/authentication.txt | Adrian Holovaty |
| 2006-02-10 | Fixed ReST error in [2297] | Adrian Holovaty |
| 2006-02-10 | Added 'How to log a user in' section to docs/authetication.txt | Adrian Holovaty |
| 2006-01-11 | Removed 'Only in Django development version' messages from the docs, because ... | Adrian Holovaty |
| 2005-12-24 | Fixed #925 -- Added TEMPLATE_CONTEXT_PROCESSORS, which lets you specify proce... | Adrian Holovaty |
| 2005-11-26 | Fixed #903 -- Added login_url argument to user_passes_test view decorator. Di... | Adrian Holovaty |
| 2005-11-26 | Fixed bug in Python 2.3 example of user_passes_test decorator in docs/authent... | Adrian Holovaty |
| 2005-11-21 | Fixed #273 -- BACKWARDS-INCOMPATIBLE CHANGE -- Changed auth.User.password fie... | Adrian Holovaty |
| 2005-11-20 | Fixed #848 -- Made auth docs more clear on permission handling. | Adrian Holovaty |
| 2005-11-13 | Fixed #783 -- Added AnonymousUser.id = None. Thanks, EABinGA | Adrian Holovaty |
| 2005-11-13 | Added 'Limiting access to generic views' section to docs/authentication.txt | Adrian Holovaty |
| 2005-11-12 | Fixed #774 -- Fixed typos in docs/authentication.txt. Thanks, footless and jb... | Adrian Holovaty |
| 2005-11-09 | Improved docs/authentication.txt to note that messages only work with registe... | Adrian Holovaty |
| 2005-11-08 | Finished docs/authentication.txt | Adrian Holovaty |
| 2005-10-22 | Some small improvements and fixes to docs/authentication.txt, which still isn... | Adrian Holovaty |
| 2005-10-22 | Added partially completed docs/authentication.txt | Adrian Holovaty |