| Age | Commit message (Expand) | Author |
| 2008-04-01 | queryset-refactor: Merged from trunk up to [7388]. | Malcolm Tredinnick |
| 2008-03-18 | queryset-refactor: Merged from trunk up to [7280] | Malcolm Tredinnick |
| 2007-12-19 | queryset-refactor: Merged from trunk up to [6953]. | Malcolm Tredinnick |
| 2007-12-03 | queryset-refactor: Merged from trunk up to [6856]. | Malcolm Tredinnick |
| 2007-11-29 | queryset-refactor: Merged from trunk up to [6752]. | Malcolm Tredinnick |
| 2007-09-20 | queryset-refactor: Merged to [6381] | Adrian Holovaty |
| 2007-09-15 | queryset-refactor: Merged to [6300] | Adrian Holovaty |
| 2007-09-15 | queryset-refactor: Merged to [6220] | 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 |
| 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 |