Django

Code

root/django/trunk/docs/authentication.txt


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @7619 [7619] 06/11/08 22:36:48 adrian Various documentation edits from the past few changesets
(edit) @7590 [7590] 06/08/08 00:31:16 jacob Fixed #5614: added 'manage.py createsuperuser'. Thanks, programmerq.
(edit) @7388 [7388] 03/30/08 08:35:12 ubernostrum Fixed #6927: Corrected documentation describing when and why the auth …
(edit) @7294 [7294] 03/18/08 09:54:39 mtredinnick Added "svn:eol-style native" to every text file in the tree (*.txt, …
(edit) @7243 [7243] 03/14/08 13:17:08 gwilson Fixed #6455 -- Updated link to The Django Book in authentication docs, …
(edit) @7229 [7229] 03/12/08 01:42:09 gwilson Fixed #6753 -- Corrected typo in authentication docs, thanks piem@piem.org …
(edit) @6924 [6924] 12/17/07 01:01:17 mtredinnick Fixed #6174 -- Documentation fix for [6912]. Pointed out by Russell …
(edit) @6880 [6880] 12/04/07 00:14:45 adrian Edited docs/authentication.txt changes from [6805]
(edit) @6810 [6810] 12/01/07 14:45:05 ubernostrum Fixed #3483: Documented AUTH_PROFILE_MODULE and custom user profiles
(edit) @6805 [6805] 12/01/07 13:52:53 ubernostrum Fixed #4819: documented the need to call authenticate() before login(), …
(edit) @6743 [6743] 11/29/07 12:15:38 mtredinnick Fixed #5955 -- Made a bunch of ReST fixes. Thanks, SmileyChris?.
(edit) @6376 [6376] 09/19/07 15:54:46 adrian Made some small edits to docs/authentication.txt changes from [6375]
(edit) @6375 [6375] 09/19/07 11:50:30 jacob Fixed $5457 - the auth system now delegates permission checking to auth …
(edit) @6299 [6299] 09/15/07 13:01:29 mtredinnick Fixed #3032 -- Added some useful methods and attributes so that …
(edit) @6297 [6297] 09/15/07 12:48:59 adrian Fixed #4888 -- Fixed small confusion in docs/authentication.txt. Thanks, …
(edit) @6206 [6206] 09/14/07 14:25:37 adrian Fixed #5394 -- REDIRECT_FIELD_NAME is now configurable. Thanks, Petr …
(edit) @6037 [6037] 09/03/07 01:16:47 adrian Fixed #4923 -- Fixed error in docs/authentication.txt. Thanks, …
(edit) @5885 [5885] 08/14/07 17:08:11 adrian Changed django.contrib.auth.views.login to use RequestSite? if the sites …
(edit) @5850 [5850] 08/11/07 06:05:59 mtredinnick Fixed #4611 -- Removed "new in development version" annotation for the …
(edit) @5812 [5812] 08/06/07 00:13:06 adrian Fixed #5064 -- Fixed potentially confusing sentence in …
(edit) @5774 [5774] 07/29/07 13:21:16 adrian Added 'New in Django development version' to changes in …
(edit) @5771 [5771] 07/28/07 13:30:40 simon After discussing with Malcolm, added set_unusable_password() and …
(edit) @5571 [5571] 06/30/07 20:00:23 adrian Fixed #4690 -- Fixed a bunch of ReST errors in docs. Thanks, Paul B.
(edit) @5537 [5537] 06/25/07 11:11:32 mtredinnick Fixed #4668, #4669, #4670, #4671 -- Fixed a group of ReST markup errors. …
(edit) @5490 [5490] 06/18/07 05:02:58 lukeplant Updated documentation for User.objects.make_random_password, …
(edit) @5452 [5452] 06/09/07 21:13:58 mtredinnick Fixed #4488 -- Fixed a typo pointed out by luca.ferroni@labs.it.
(edit) @5094 [5094] 04/26/07 09:52:40 adrian Added note about Django development version to docs/authentication.txt …
(edit) @5073 [5073] 04/25/07 04:34:29 mtredinnick Fixed #3316 -- Added support for crypt hashing of passwords, mostly to …
(edit) @5072 [5072] 04/25/07 03:49:57 mtredinnick Fixed #3185 -- Made values for login, logout and post-login redirect …
(edit) @5064 [5064] 04/24/07 00:58:03 adrian Fixed #4133 -- Fixed broken links in docs. Thanks, Gary Wilson
(edit) @4650 [4650] 02/28/07 16:01:52 jacob Removed a stray colon in authentication.txt.
(edit) @4633 [4633] 02/26/07 18:16:40 jacob Fixed #3039: corrected example code in authentication.txt. Thanks, …
(edit) @4627 [4627] 02/26/07 16:19:03 jacob Fixed #834: Added documentation of the built-in authentication views. …
(edit) @4572 [4572] 02/25/07 10:11:46 jacob Fixed #3504: fixed a missing "self" in the authentication docs. Thanks, …
(edit) @4420 [4420] 01/24/07 14:08:47 adrian Fixed #3333 -- Docs now use relative links, not hard-coded …
(edit) @3961 [3961] 11/02/06 08:30:11 russellm Fixes #2971 -- Fixed inor typo in example in authentication documentation. …
(edit) @3886 [3886] 09/29/06 20:22:30 russellm Fixed typo in r3885.
(edit) @3885 [3885] 09/29/06 20:21:03 russellm Clarified documentation to indicate that authenticating a user doesn't …
(edit) @3884 [3884] 09/29/06 08:37:58 russellm Disabled access to the admin site for inactive accounts, and clarified …
(edit) @3835 [3835] 09/25/06 12:33:17 adrian Fixed typos and improved documentation for permission_required decorator …
(edit) @3793 [3793] 09/22/06 07:53:51 mtredinnick Fixed #2546 -- Formatting fix in authentication docs. Thanks, SmileyChris?.
(edit) @3779 [3779] 09/21/06 20:44:28 mtredinnick Fixed #2629 -- Added a permission_required decorator …
(edit) @3747 [3747] 09/11/06 13:32:45 adrian Fixed #2687 -- Fixed bug in docs/authentication.txt. Thanks, Collin Grady
(edit) @3360 [3360] 07/18/06 21:09:26 mtredinnick Fixed #2332 -- Introduced is_authenticated() method on User and …
(edit) @3256 [3256] 07/02/06 21:12:24 adrian Proofread newest changes to docs/authentication.txt
(edit) @3255 [3255] 07/02/06 10:24:49 adrian Small cleanups to docs/authentication.txt, but still not properly …
(edit) @3235 [3235] 06/28/06 22:57:01 adrian Fixed #2263 -- Fixed typo in docs/authentication.txt
(edit) @3226 [3226] 06/28/06 11:37:02 jacob Merged multi-auth branch to trunk. See the authentication docs for the …
(edit) @3087 [3087] 06/06/06 00:16:05 adrian Made template names in django.contrib.auth.views passable as template_name …
(edit) @3068 [3068] 06/02/06 13:06:41 adrian Cleaned up some small formatting in docs/authentication.txt
(edit) @2958 [2958] 05/21/06 23:48:44 adrian Added docs/sites.txt -- documentation on the sites framework
(edit) @2954 [2954] 05/21/06 21:46:55 adrian Fixed #849 -- Improved login_required view decorator to save query-string …
(edit) @2908 [2908] 05/15/06 06:33:17 mtredinnick Fixed #1815: More documentation proof-reading from nico@teknico.net.
(edit) @2841 [2841] 05/04/06 22:08:29 adrian Fixed #1726 -- Made django/contrib/auth/create_superuser.py a command-line …
(edit) @2809 [2809] 05/01/06 20:31:56 adrian MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly …
(edit) @2587 [2587] 03/28/06 15:37:59 adrian Removed legacy password_md5 stuff from docs/authentication.txt
(edit) @2298 [2298] 02/10/06 09:28:31 adrian Fixed ReST error in [2297]
(edit) @2297 [2297] 02/10/06 09:27:36 adrian Added 'How to log a user in' section to docs/authetication.txt
(edit) @1898 [1898] 01/10/06 18:11:29 adrian Removed 'Only in Django development version' messages from the docs, …
(edit) @1773 [1773] 12/23/05 22:39:59 adrian Fixed #925 -- Added TEMPLATE_CONTEXT_PROCESSORS, which lets you specify …
(edit) @1440 [1440] 11/26/05 01:20:07 adrian Fixed #903 -- Added login_url argument to user_passes_test view decorator. …
(edit) @1439 [1439] 11/26/05 01:02:59 adrian Fixed bug in Python 2.3 example of user_passes_test decorator in …
(edit) @1327 [1327] 11/20/05 21:33:22 adrian Fixed #273 -- BACKWARDS-INCOMPATIBLE CHANGE -- Changed auth.User.password …
(edit) @1302 [1302] 11/20/05 10:35:44 adrian Fixed #848 -- Made auth docs more clear on permission handling.
(edit) @1221 [1221] 11/13/05 17:33:05 adrian Fixed #783 -- Added AnonymousUser?.id = None. Thanks, EABinGA
(edit) @1212 [1212] 11/12/05 22:48:52 adrian Added 'Limiting access to generic views' section to …
(edit) @1199 [1199] 11/12/05 12:15:26 adrian Fixed #774 -- Fixed typos in docs/authentication.txt. Thanks, footless and …
(edit) @1142 [1142] 11/09/05 12:07:06 adrian Improved docs/authentication.txt to note that messages only work with …
(edit) @1127 [1127] 11/08/05 12:45:03 adrian Finished docs/authentication.txt
(edit) @990 [990] 10/21/05 19:18:39 adrian Some small improvements and fixes to docs/authentication.txt, which still …
(add) @989 [989] 10/21/05 19:12:56 adrian Added partially completed docs/authentication.txt
Note: See TracRevisionLog for help on using the revision log.