Django

Code

root/django/trunk/django/contrib/auth/models.py


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @9160 [9160] 10/06/08 00:14:17 mtredinnick Fixed #8321 -- Change django.contrib.auth.models to use …
(edit) @9152 [9152] 10/05/08 07:07:10 mtredinnick Fixed #8660 -- Small database query optimisation in …
(edit) @8616 [8616] 08/27/08 02:19:44 gwilson Removed oldforms, validators, and related code: * Removed Manipulator, …
(edit) @8543 [8543] 08/25/08 11:56:59 jacob Fixed #8344: make User.get_profile() work when …
(edit) @8302 [8302] 08/11/08 10:13:00 gwilson Fixed #8226 -- Fixed a Python 2.3 incompatibility in a unicode string …
(edit) @8293 [8293] 08/10/08 23:30:30 gwilson Refs #7742 -- Removed unused validator_list argument (this is already …
(edit) @8246 [8246] 08/08/08 16:24:02 jacob Fixed #7115: tweaked ordering on Permission to more closely match the …
(edit) @8044 [8044] 07/21/08 22:05:40 adrian Fixed #7304 -- Gave AnonymousUser? a has_perms() method, which it was …
(edit) @7967 [7967] 07/18/08 18:54:34 brosner Merged the newforms-admin branch into trunk. This is a backward …
(edit) @7806 [7806] 06/30/08 07:52:46 mtredinnick Fixed #6089 -- Removed default ordering on the User class. Admin users are …
(edit) @7590 [7590] 06/08/08 00:31:16 jacob Fixed #5614: added 'manage.py createsuperuser'. Thanks, programmerq.
(edit) @7414 [7414] 04/12/08 20:50:29 mtredinnick Updated the inline help text for User.is_active. Fixed #6881. Refs #7011.
(edit) @6912 [6912] 12/11/07 00:37:07 gwilson Fixed #6174 -- Made AnonymousUser.is_active False instead of True since …
(edit) @6375 [6375] 09/19/07 11:50:30 jacob Fixed $5457 - the auth system now delegates permission checking to auth …
(edit) @6318 [6318] 09/15/07 14:45:33 adrian Fixed #3604 -- django.contrib.auth password checking now uses hashlib if …
(edit) @6299 [6299] 09/15/07 13:01:29 mtredinnick Fixed #3032 -- Added some useful methods and attributes so that …
(edit) @5967 [5967] 08/19/07 20:03:33 adrian Refactored quote_name() to DatabaseOperations?.quote_name(). Refs #5106
(edit) @5803 [5803] 08/05/07 00:14:46 gwilson Fixed #2101 -- Renamed maxlength argument to max_length for oldforms …
(edit) @5771 [5771] 07/28/07 13:30:40 simon After discussing with Malcolm, added set_unusable_password() and …
(edit) @5609 [5609] 07/04/07 07:11:04 mtredinnick Merged Unicode branch into trunk (r4952:5608). This should be …
(edit) @5590 [5590] 07/03/07 07:24:46 mtredinnick Fixed #4751 -- Fixed that AnonymousUser?.str to always return a …
(edit) @5536 [5536] 06/25/07 11:10:33 mtredinnick Removed unneeded import.
(edit) @5514 [5514] 06/22/07 22:18:22 mtredinnick Fixed #4607 -- Tweaked checks for features missing in Python 2.3 to not …
(edit) @5073 [5073] 04/25/07 04:34:29 mtredinnick Fixed #3316 -- Added support for crypt hashing of passwords, mostly to …
(edit) @5061 [5061] 04/23/07 00:51:29 mtredinnick Fixed #4107 -- Marked a few more strings for translation. Thanks, …
(edit) @4985 [4985] 04/09/07 08:28:09 russellm Backwards-incompatible change -- Removed LazyDate? helper class. To …
(edit) @4945 [4945] 04/06/07 23:21:31 adrian Added blank lines around Meta and Admin classes in …
(edit) @4823 [4823] 03/25/07 16:28:59 adrian Fixed #3773 -- Added app_label to Permission.str(), so that the admin …
(edit) @4266 [4266] 12/30/06 01:16:25 adrian Fixed #3166 -- Added admin 'Change user password' view. Thanks for the …
(edit) @4265 [4265] 12/30/06 00:25:49 adrian Fixed #3191 -- Set 'svn:eol-style native' on the files that didn't have …
(edit) @3930 [3930] 10/24/06 15:45:28 adrian Fixed #2890 -- Added default values of False for auth.User is_staff and …
(edit) @3924 [3924] 10/24/06 11:42:03 adrian Fixed #2937 -- Added eq, ne and hash for AnonymousUser?. …
(edit) @3885 [3885] 09/29/06 20:21:03 russellm Clarified documentation to indicate that authenticating a user doesn't …
(edit) @3681 [3681] 08/30/06 11:39:18 adrian Fixed #2624 -- Fixed typo in docstring for Permission model. Thanks, …
(edit) @3376 [3376] 07/19/06 07:48:30 mtredinnick Fixed #2377 -- Imported ImproperlyConfigured? exception into …
(edit) @3360 [3360] 07/18/06 21:09:26 mtredinnick Fixed #2332 -- Introduced is_authenticated() method on User and …
(edit) @3328 [3328] 07/11/06 09:03:24 adrian Fixed #2326 -- Fixed exception catching in django.contrib.auth.models. …
(edit) @3226 [3226] 06/28/06 11:37:02 jacob Merged multi-auth branch to trunk. See the authentication docs for the …
(edit) @3169 [3169] 06/19/06 23:14:10 adrian Fixed comma splice in auth.User model docstring
(edit) @3167 [3167] 06/19/06 23:07:32 mtredinnick Fixed #1422 -- Docstring improvements for the models in the admin app. …
(edit) @3162 [3162] 06/19/06 22:08:48 adrian Fixed #2189 -- Optimized auth.User.get_all_permissions() to use …
(edit) @3035 [3035] 05/31/06 22:33:34 adrian Changed auth.Permission.str() to use str() of self.content_type, not …
(copy) @2809 [2809] 05/01/06 20:31:56 adrian MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly …
copied from django/branches/magic-removal/django/contrib/auth/models.py:
(edit) @2745 [2745] 04/23/06 20:13:44 adrian magic-removal: Uncapitalized verbose_name and verbose_name_plural in …
Note: See TracRevisionLog for help on using the revision log.