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