summaryrefslogtreecommitdiff
path: root/docs/authentication.txt
AgeCommit message (Expand)Author
2008-06-16newforms-admin: Merged from trunk up to [7668].Brian Rosner
2008-06-16newforms-admin: Fixed an example relying on oldforms in the authentication docs.Brian Rosner
2008-06-16newforms-admin: Fixed #7445 -- Removed an old reference to oldforms in the au...Brian Rosner
2008-06-10newforms-admin: Merged from trunk up to [7602].Brian Rosner
2008-04-18newforms-admin: Merged from trunk up to [7435].Joseph Kocherhans
2008-03-22newforms-admin: Merged from trunk up to [7350].Joseph Kocherhans
2008-03-13newforms-admin: Merged from trunk up to [7232]Joseph Kocherhans
2008-03-03newforms-admin: Fixed #6083 -- Updated django.contrib.auth to use newforms. A...Brian Rosner
2007-12-19newforms-admin: Merged from trunk up to [6952].Joseph Kocherhans
2007-12-03newforms-admin: Merged changes from trunk up to [6863].Joseph Kocherhans
2007-11-30newforms-admin: Merged from trunk up to [6775].Joseph Kocherhans
2007-09-25newforms-admin: Merged to [6416]Joseph Kocherhans
2007-09-15newforms-admin: Merged to [6332].Joseph Kocherhans
2007-09-05newforms-admin: Merged to [6050]Adrian Holovaty
2007-08-17newforms-admin: Merged from trunk up to [5916]Russell Keith-Magee
2007-08-07Merged revisions 4350-4357,4359-4365,4371-4372,4374-4377,4380-4386,4388,4390-...Russell Keith-Magee
2007-07-01newforms-admin: Merged to [5571]Adrian Holovaty
2007-06-15newforms-admin: Merged to trunk [5473].Joseph Kocherhans
2007-05-12newforms-admin: Merged to [5194]Adrian Holovaty
2007-03-01Merged to [4656]Joseph Kocherhans
2007-02-28newforms-admin: Merged to [4640]Adrian Holovaty
2007-02-27newforms-admin: Merged to [4629]Adrian Holovaty
2007-02-25newforms-admin: Merged to [4579]Adrian Holovaty
2007-01-25newforms-admin: Merged to [4425]Adrian Holovaty
2006-11-02Fixes #2971 -- Fixed inor typo in example in authentication documentation. Th...Russell Keith-Magee
2006-09-30Fixed typo in r3885.Russell Keith-Magee
2006-09-30Clarified documentation to indicate that authenticating a user doesn't imply ...Russell Keith-Magee
2006-09-29Disabled access to the admin site for inactive accounts, and clarified docume...Russell Keith-Magee
2006-09-25Fixed typos and improved documentation for permission_required decorator addi...Adrian Holovaty
2006-09-22Fixed #2546 -- Formatting fix in authentication docs. Thanks, SmileyChris.Malcolm Tredinnick
2006-09-22Fixed #2629 -- Added a permission_required decorator toMalcolm Tredinnick
2006-09-11Fixed #2687 -- Fixed bug in docs/authentication.txt. Thanks, Collin GradyAdrian Holovaty
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