| Age | Commit message (Expand) | Author |
| 2010-08-09 | [soc2010/query-refactor] Merged up to trunk r13556, resolved merge conflictsarchive/soc2010/query-refactor | Alex Gaynor |
| 2010-07-01 | [soc2010/query-refactor] Merged up to trunk r13405. | Alex Gaynor |
| 2010-05-10 | Fixed #13158 -- Clarified that OneToOneField is a better option for User prof... | Russell Keith-Magee |
| 2010-05-08 | Added hyperlinks for builtin template tags and filters to code samples in docs. | Luke Plant |
| 2010-05-07 | Fixed typo and small formatting mistake in docs | Luke Plant |
| 2010-03-27 | Fixed #13226 -- Corrected typo in authentication docs, thanks rokclimb15. | Gary Wilson Jr |
| 2010-03-01 | Fixed #5605: only lowercase the domain portion of an email address in `UserMa... | Jacob Kaplan-Moss |
| 2010-03-01 | Fixed #5786: relaxed the validation for usernames to allow more common charac... | Jacob Kaplan-Moss |
| 2010-02-21 | Fixed #12066 - Moved auth context processor from core to the auth app. Thanks... | Jannis Leidel |
| 2010-02-21 | Fixed #12895 - Fixed typo in auth docs. Thanks Timo. | Jannis Leidel |
| 2010-02-09 | Fixed #12829 - typos introduced in [12400] | Luke Plant |
| 2010-02-09 | Removed docs that assume developer might be using Python < 2.4 | Luke Plant |
| 2010-02-06 | Fixed #12797: Corrected typo in the documentation for the changepassword mana... | James Bennett |
| 2010-01-29 | Fixed #6273 -- Added a 'changepassword' management command. Thanks to Ludvig ... | Russell Keith-Magee |
| 2010-01-28 | Fixed #12557 - AnonymousUser should check auth backends for permissions | Luke Plant |
| 2010-01-18 | Fixed typo in docs - supports_objects_permissions should be supports_object_p... | Luke Plant |
| 2010-01-10 | Fixed #12113 -- Clarified is_active documentation. Thanks, ejucovy and isagalaev | Adrian Holovaty |
| 2010-01-09 | Fixed #6991 -- Removed some redundant user.is_authenticated() calls in variou... | Adrian Holovaty |
| 2010-01-01 | Fixed #12383 - Typo fix for authentication documentation. | Jannis Leidel |
| 2009-12-18 | Fixed #8145 - Documented the codenames of the default auth permissions | Jannis Leidel |
| 2009-12-10 | Fixed #11010 - Add a foundation for object permissions to authentication back... | Jannis Leidel |
| 2009-12-09 | Fixed #4604 - Configurable message passing system, supporting anonymous users | Luke Plant |
| 2009-10-26 | Fixed #9977 - CsrfMiddleware gets template tag added, session dependency remo... | Luke Plant |
| 2009-10-23 | Removed mentions of Python 2.3 support from the docs -- Django 1.2 drops supp... | Jacob Kaplan-Moss |
| 2009-10-12 | Fixed #8274 - allow custom forms for auth 'login' and 'password_change' views | Luke Plant |
| 2009-09-13 | Fixed #9414 -- Clarified the documentation on the permission decorators. Than... | Russell Keith-Magee |
| 2009-09-13 | Fixed #10864 -- Clarified the role played by redirect_to_field in the login_r... | Russell Keith-Magee |
| 2009-09-10 | Fixed #7376: auth docs don't say they depend on contenttypes. | Luke Plant |
| 2009-05-17 | Fixed #10855: Reference doc on creating superusers in the tutorial at the poi... | Karen Tracey |
| 2009-05-14 | Fixed #10273: added an explanation of `SetPasswordForm` and `UserChangeForm` ... | Jacob Kaplan-Moss |
| 2009-05-14 | Fixed #10272: documented the signatures for the contrib.auth views. Thanks, I... | Jacob Kaplan-Moss |
| 2009-04-03 | Fixed a whole bunch of small docs typos, errors, and ommissions. | Jacob Kaplan-Moss |
| 2009-03-31 | A whole lotta documentation fixes: Fixes #8704, #8826, #8980, #9243, #9343, #... | Jacob Kaplan-Moss |
| 2009-03-31 | Fixed #10306: Corrected form action in auth login example. | James Bennett |
| 2009-03-15 | Fixed #689 -- Added a middleware and authentication backend to contrib.auth f... | Gary Wilson Jr |
| 2009-02-16 | Auth-related doc cleanups: | Gary Wilson Jr |
| 2008-12-25 | Added some documentation explaining (1) that it's possible to add users via t... | Adrian Holovaty |
| 2008-12-08 | Fixed #9718 -- Removed a reference to oldforms FormWrapper object in the user... | Gary Wilson Jr |
| 2008-11-15 | Fixed #9477 -- Removed and edited a bunch of references to "development | Malcolm Tredinnick |
| 2008-11-02 | Fixed #9497 - Doc typos. Many thanks ramiro. | Karen Tracey |
| 2008-10-06 | Fixed #7011 -- Clarified what User.is_active really means in the documentation. | Malcolm Tredinnick |
| 2008-09-02 | Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/v... | Jacob Kaplan-Moss |
| 2008-08-23 | Massive reorganization of the docs. See the new docs online at http://docs.dj... | Jacob Kaplan-Moss |