summaryrefslogtreecommitdiff
path: root/docs/authentication.txt
AgeCommit message (Expand)Author
2008-04-01queryset-refactor: Merged from trunk up to [7388].Malcolm Tredinnick
2008-03-18queryset-refactor: Merged from trunk up to [7280]Malcolm Tredinnick
2007-12-19queryset-refactor: Merged from trunk up to [6953].Malcolm Tredinnick
2007-12-03queryset-refactor: Merged from trunk up to [6856].Malcolm Tredinnick
2007-11-29queryset-refactor: Merged from trunk up to [6752].Malcolm Tredinnick
2007-09-20queryset-refactor: Merged to [6381]Adrian Holovaty
2007-09-15queryset-refactor: Merged to [6300]Adrian Holovaty
2007-09-15queryset-refactor: Merged to [6220]Adrian Holovaty
2007-09-03Fixed #4923 -- Fixed error in docs/authentication.txt. Thanks, djangotrac.20....Adrian Holovaty
2007-08-14Changed django.contrib.auth.views.login to use RequestSite if the sites frame...Adrian Holovaty
2007-08-11Fixed #4611 -- Removed "new in development version" annotation for the permis...Malcolm Tredinnick
2007-08-06Fixed #5064 -- Fixed potentially confusing sentence in docs/authentication.tx...Adrian Holovaty
2007-07-29Added 'New in Django development version' to changes in docs/authentication.t...Adrian Holovaty
2007-07-28After discussing with Malcolm, added set_unusable_password() and has_usable_p...Simon Willison
2007-07-01Fixed #4690 -- Fixed a bunch of ReST errors in docs. Thanks, Paul B.Adrian Holovaty
2007-06-25Fixed #4668, #4669, #4670, #4671 -- Fixed a group of ReST markup errors. Tha...Malcolm Tredinnick
2007-06-18Updated documentation for User.objects.make_random_password, fixingLuke Plant
2007-06-10Fixed #4488 -- Fixed a typo pointed out by luca.ferroni@labs.it.Malcolm Tredinnick
2007-04-26Added note about Django development version to docs/authentication.txt change...Adrian Holovaty
2007-04-25Fixed #3316 -- Added support for crypt hashing of passwords, mostly to supportMalcolm Tredinnick
2007-04-25Fixed #3185 -- Made values for login, logout and post-login redirect URLsMalcolm Tredinnick
2007-04-24Fixed #4133 -- Fixed broken links in docs. Thanks, Gary WilsonAdrian Holovaty
2007-02-28Removed a stray colon in authentication.txt.Jacob Kaplan-Moss
2007-02-27Fixed #3039: corrected example code in authentication.txt. Thanks, Ubernostrum.Jacob Kaplan-Moss
2007-02-26Fixed #834: Added documentation of the built-in authentication views. Thanks,...Jacob Kaplan-Moss
2007-02-25Fixed #3504: fixed a missing "self" in the authentication docs. Thanks, Rober...Jacob Kaplan-Moss
2007-01-24Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com ...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