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