Russell Keith-Magee
|
b49ee91eb3
|
Fixed #15142 -- Force test views to be non-cached so that projects with caching middleware enabled don't cause test failures. Thanks to jsdalton for the report and patch
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15865 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-17 08:07:40 +00:00 |
Luke Plant
|
7d4a3991f3
|
Fixed a test setup and isolation bug that was causing PasswordResetTest to fail when run individually
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14455 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-11-04 12:31:57 +00:00 |
Malcolm Tredinnick
|
4084bc7354
|
Permit custom from-email address in auth forms email.
Patch from cassidy and Rob Hudson. Fixed #11300.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13817 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-09-12 22:38:01 +00:00 |
Jannis Leidel
|
bb00b28399
|
Added login_url argument to login_required decorator. Thanks mhlakhani and ericflo for the report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13723 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-09-10 19:38:57 +00:00 |
Russell Keith-Magee
|
e91deca779
|
Fixed #10521 -- Modified the Remote User tests so that it isn't dependent on particular deployed URLs. Thanks to Kegan and Ramiro Morales for their contributions.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10674 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-05-04 07:05:44 +00:00 |
Jacob Kaplan-Moss
|
3e6f4674e2
|
Fixed #10460: the logout view can now redirect like the rest of the auth views. Thanks, chronos and steingrd.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10332 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-04-01 17:02:32 +00:00 |