|
|
|
@9160
|
[9160]
|
10/06/08 00:14:17 |
mtredinnick |
Fixed #8321 -- Change django.contrib.auth.models to use … |
|
|
|
@9158
|
[9158]
|
10/05/08 23:54:14 |
mtredinnick |
Fixed #5753 -- Allow createsuperuser to work in situations where … |
|
|
|
@9152
|
[9152]
|
10/05/08 07:07:10 |
mtredinnick |
Fixed #8660 -- Small database query optimisation in … |
|
|
|
@8776
|
[8776]
|
08/31/08 16:24:33 |
brosner |
Fixed #8433 -- Deal with the add user popup on models that foreign key to … |
|
|
|
@8616
|
[8616]
|
08/27/08 02:19:44 |
gwilson |
Removed oldforms, validators, and related code:
* Removed Manipulator, … |
|
|
|
@8613
|
[8613]
|
08/27/08 01:02:13 |
mtredinnick |
Fixed #8552 -- Use the LOGIN_REDIRECT_URL setting in the auth tests, … |
|
|
|
@8544
|
[8544]
|
08/25/08 12:10:20 |
jacob |
Fixed #8379: the admin user change form now properly validates the … |
|
|
|
@8543
|
[8543]
|
08/25/08 11:56:59 |
jacob |
Fixed #8344: make User.get_profile() work when … |
|
|
|
@8542
|
[8542]
|
08/25/08 11:55:57 |
jacob |
Fixed #7833: the user creation form now works when password1 isn't set. |
|
|
|
@8510
|
[8510]
|
08/24/08 01:46:53 |
russellm |
Added app_label to the context for the add user admin view. |
|
|
|
@8503
|
[8503]
|
08/23/08 16:45:36 |
mtredinnick |
Fixed #8359 -- Add an admin log entry when creating a new user.
Patch from … |
|
|
|
@8497
|
[8497]
|
08/23/08 13:20:49 |
mtredinnick |
Tests for password change process. Thanks, Mike Richardson. Fixed #8402. |
|
|
|
@8473
|
[8473]
|
08/22/08 22:26:01 |
brosner |
Fixed #8493 -- Fixed a NoReverseMatch? when redirecting to … |
|
|
|
@8459
|
[8459]
|
08/21/08 08:54:53 |
mtredinnick |
When logging in, change the session key whilst preserving any … |
|
|
|
@8386
|
[8386]
|
08/15/08 12:42:13 |
gwilson |
Removed unused and redefined imports. |
|
|
|
@8383
|
[8383]
|
08/15/08 12:10:14 |
gwilson |
Fixed #7364 -- Never cache the contrib.auth login view. |
|
|
|
@8343
|
[8343]
|
08/13/08 22:58:00 |
mtredinnick |
Fixed #6941 -- When logging a user out, or when logging in with an … |
|
|
|
@8334
|
[8334]
|
08/12/08 18:31:31 |
jacob |
Fixed #8131: use reverse() in auth views. Patch from davenaff. |
|
|
|
@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 … |
|
|
|
@8283
|
[8283]
|
08/10/08 04:43:48 |
brosner |
Fixed #8202 -- Moved user_change_password to UserAdmin?. This enables … |
|
|
|
@8280
|
[8280]
|
08/09/08 23:22:21 |
brosner |
Fixed #7932 -- Made it easier to use a custom User model with the admin. … |
|
|
|
@8246
|
[8246]
|
08/08/08 16:24:02 |
jacob |
Fixed #7115: tweaked ordering on Permission to more closely match the … |
|
|
|
@8223
|
[8223]
|
08/06/08 10:32:46 |
jacob |
Major refactoring of django.dispatch with an eye towards speed. The net … |
|
|
|
@8214
|
[8214]
|
08/05/08 11:36:20 |
lukeplant |
Cleaned up whitespace |
|
|
|
@8207
|
[8207]
|
08/04/08 07:11:04 |
russellm |
Fixed #8901 -- Corrected typo in docstring. Thanks to Hayley Bonham … |
|
|
|
@8193
|
[8193]
|
08/02/08 00:56:57 |
gwilson |
Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use … |
|
|
|
@8180
|
[8180]
|
08/01/08 16:18:17 |
lukeplant |
Fixed #3062 - removed arbitrary and unneeded max_length on password fields … |
|
|
|
@8172
|
[8172]
|
08/01/08 11:18:24 |
lukeplant |
Changed some URL conf regexes to rawstrings for consistency |
|
|
|
@8171
|
[8171]
|
08/01/08 11:13:12 |
lukeplant |
Added a login link to the password reset completion screen. |
|
|
|
@8162
|
[8162]
|
07/31/08 15:47:53 |
lukeplant |
Fixed #7723 - implemented a secure password reset form that uses a token … |
|
|
|
@8159
|
[8159]
|
07/31/08 04:08:55 |
russellm |
Fixed #8042 -- Modified the password reset form so that the email field … |
|
|
|
@8046
|
[8046]
|
07/21/08 22:24:09 |
adrian |
Fixed #7847 -- Removed a whole bunch of unused imports from throughout the … |
|
|
|
@8044
|
[8044]
|
07/21/08 22:05:40 |
adrian |
Fixed #7304 -- Gave AnonymousUser? a has_perms() method, which it was … |
|
|
|
@7982
|
[7982]
|
07/19/08 10:05:00 |
russellm |
Added svn:ignore properties to some recently added directories. |
|
|
|
@7972
|
[7972]
|
07/18/08 20:25:28 |
russellm |
Fixed #7558 -- Added missing svn:ignore property on some directories that … |
|
|
|
@7971
|
[7971]
|
07/18/08 20:22:26 |
jacob |
Fixed #7741: django.newforms is now django.forms. This is obviously a … |
|
|
|
@7967
|
[7967]
|
07/18/08 18:54:34 |
brosner |
Merged the newforms-admin branch into trunk.
This is a backward … |
|
|
|
@7823
|
[7823]
|
07/02/08 00:05:50 |
gwilson |
Fixed a long and complex line by breaking into a for loop, with the added … |
|
|
|
@7822
|
[7822]
|
07/02/08 00:00:09 |
gwilson |
Added docstring and other minor style fixes. |
|
|
|
@7808
|
[7808]
|
06/30/08 08:11:12 |
russellm |
Refs #7521 -- Re-reverted [7716] (originally reverted in [7726]), now … |
|
|
|
@7806
|
[7806]
|
06/30/08 07:52:46 |
mtredinnick |
Fixed #6089 -- Removed default ordering on the User class.
Admin users are … |
|
|
|
@7749
|
[7749]
|
06/25/08 23:11:53 |
adrian |
Fixed #6306 -- redirect_to_login() helper function now quotes the URL … |
|
|
|
@7748
|
[7748]
|
06/25/08 23:09:29 |
adrian |
Fixed #7274 -- Improved the django.contrib.auth password_reset() view not … |
|
|
|
@7726
|
[7726]
|
06/23/08 07:17:57 |
russellm |
Fixed #7521 -- Reverted [7716]. Fixed URLs in test case broke any … |
|
|
|
@7716
|
[7716]
|
06/20/08 12:43:12 |
lukeplant |
Added basic tests for auth.views.password_reset |
|
|
|
@7692
|
[7692]
|
06/18/08 11:13:14 |
jacob |
Fixed #3393: login view no longer assumes that set_test_cookie has been … |
|
|
|
@7598
|
[7598]
|
06/08/08 13:18:01 |
jacob |
Fixed #7394: fixed bug with syncdb and createsuperuser introduced in … |
|
|
|
@7596
|
[7596]
|
06/08/08 03:45:14 |
russellm |
Fixed #7392 -- Corrected a typo in the backwards-compatibility layer to … |
|
|
|
@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. |
|
|
|
@7201
|
[7201]
|
03/07/08 21:09:29 |
gwilson |
Fixed #5922 -- Turned ModelBackend authentication backend into a … |
|
|
|
@7153
|
[7153]
|
02/25/08 00:02:35 |
gwilson |
Fixed #5701 -- Fixed decorators to take the name, attributes, and … |
|
|
|
@7018
|
[7018]
|
01/12/08 22:03:36 |
gwilson |
Fixed #3165 -- Really allow underscores when making a superuser, thanks … |
|
|
|
@6912
|
[6912]
|
12/11/07 00:37:07 |
gwilson |
Fixed #6174 -- Made AnonymousUser.is_active False instead of True since … |
|
|
|
@6659
|
[6659]
|
11/09/07 09:27:49 |
lukeplant |
Fixed bug in /admin/doc/views/ caused by [6658] |
|
|
|
@6658
|
[6658]
|
11/07/07 16:45:07 |
lukeplant |
Fixed #4376 -- login_required now works with bound methods. Thanks, … |
|
|
|
@6617
|
[6617]
|
10/26/07 23:34:50 |
mtredinnick |
Fixed #5798 -- Added a missing translation marker. Thanks, maru. |
|
|
|
@6438
|
[6438]
|
09/29/07 23:11:29 |
russellm |
Fixed #5636 -- Added missing Set import for Python2.3 support. Thanks, … |
|
|
|
@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 … |
|
|
|
@6305
|
[6305]
|
09/15/07 13:36:31 |
jacob |
Small change to modpython auth handler to support Apache 2.2 |
|
|
|
@6299
|
[6299]
|
09/15/07 13:01:29 |
mtredinnick |
Fixed #3032 -- Added some useful methods and attributes so that … |
|
|
|
@6226
|
[6226]
|
09/14/07 16:53:15 |
adrian |
Fixed #5308 -- Redirect from pages that need login and have Unicode URL no … |
|
|
|
@6206
|
[6206]
|
09/14/07 14:25:37 |
adrian |
Fixed #5394 -- REDIRECT_FIELD_NAME is now configurable. Thanks, Petr … |
|
|
|
@6004
|
[6004]
|
08/25/07 13:34:28 |
adrian |
Fixed #5227 -- Made the redirect security check in … |
|
|
|
@5967
|
[5967]
|
08/19/07 20:03:33 |
adrian |
Refactored quote_name() to DatabaseOperations?.quote_name(). Refs #5106 |
|
|
|
@5886
|
[5886]
|
08/14/07 17:26:34 |
adrian |
Fixed bug in [5885] |
|
|
|
@5885
|
[5885]
|
08/14/07 17:08:11 |
adrian |
Changed django.contrib.auth.views.login to use RequestSite? if the sites … |
|
|
|
@5876
|
[5876]
|
08/12/07 07:49:01 |
mtredinnick |
Fixed #5111 -- Set svn:eol-style to 'native' on files that didn't have … |
|
|
|
@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 … |
|
|
|
@5678
|
[5678]
|
07/13/07 00:03:33 |
russellm |
Fixed #3505 -- Added handling for the error raised when the user forgets … |
|
|
|
@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 … |
|
|
|
@5493
|
[5493]
|
06/19/07 15:04:54 |
lukeplant |
Fixed behaviour of contrib.auth.forms.PasswordResetForm? when more than
one … |
|
|
|
@5472
|
[5472]
|
06/14/07 20:53:40 |
mtredinnick |
Fixed #4015 -- Changed login() and logout() messages to update … |
|
|
|
@5074
|
[5074]
|
04/25/07 04:44:06 |
mtredinnick |
Fixed #3379 -- Changed login() so that we update last_login when a … |
|
|
|
@5073
|
[5073]
|
04/25/07 04:34:29 |
mtredinnick |
Fixed #3316 -- Added support for crypt hashing of passwords, mostly to … |
|
|
|
@5072
|
[5072]
|
04/25/07 03:49:57 |
mtredinnick |
Fixed #3185 -- Made values for login, logout and post-login redirect … |
|
|
|
@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 … |
|
|
|
@4486
|
[4486]
|
02/11/07 17:50:35 |
mtredinnick |
Revert [4485] in order to fix accidental mod_python breakage. Refs #2920. |
|
|
|
@4485
|
[4485]
|
02/11/07 00:20:52 |
russellm |
Refs #2920 -- Replaced implicit uses of _() with explicit imports or calls … |
|
|
|
@4482
|
[4482]
|
02/10/07 18:23:31 |
russellm |
Fixed #3162 -- Added coded to catch and rethrow exceptions that are thrown … |
|
|
|
@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 … |
|
|
|
@4208
|
[4208]
|
12/15/06 12:00:50 |
adrian |
Copied django.forms to django.oldforms and changed all code to reference … |
|
|
|
@3951
|
[3951]
|
10/30/06 14:50:27 |
adrian |
Fixed #2968 -- Changed arguments to import to use empty dictionary … |
|
|
|
@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?. … |
|
|
|
@3908
|
[3908]
|
10/16/06 19:45:46 |
russellm |
Fixes #2915 -- Fixed typo in validation error message. Thanks, Matt … |
|
|
|
@3885
|
[3885]
|
09/29/06 20:21:03 |
russellm |
Clarified documentation to indicate that authenticating a user doesn't … |
|
|
|
@3864
|
[3864]
|
09/26/06 10:28:07 |
adrian |
Fixed #2704 -- Fixed error in create_superuser. It was failing for invalid … |
|
|
|
@3863
|
[3863]
|
09/26/06 08:59:10 |
mtredinnick |
Removed an unnecessary import from r3857. I'd forgotten that _() was put … |
|
|
|
@3847
|
[3847]
|
09/25/06 22:42:27 |
mtredinnick |
Fixed #2816 -- Marked a couple more translatable strings. Thanks, ramiro. |