Malcolm Tredinnick
|
5a57a7f006
|
Fixed #8752 -- Fixed django.contrib.auth tests to be locale-independent.
Patch from Koen Biermans.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10599 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-04-19 03:41:33 +00:00 |
Jacob Kaplan-Moss
|
9faa1cd9b5
|
Fixed #10747: fixed the auth tests to ignore broken user-supplied login/logout templates.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10482 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-04-10 15:50:51 +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 |
Jacob Kaplan-Moss
|
19b9211a3b
|
Fixed #9881: Added the to the login view context, not just the site's name. Thanks, nessita.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10330 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-04-01 16:37:48 +00:00 |
Gary Wilson Jr
|
b4f5655c86
|
Fixed #10553 -- Corrected several uses of `URLconf` in documentation and comments, according to the Django style guide. Based on patch from rduffield.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10256 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-03-31 16:07:07 +00:00 |
Karen Tracey
|
bcd63cbfb0
|
Fixed #6160, #9111 -- Consistently apply conditional_escape to form errors and labels when outputing them as HTML.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9365 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-11-06 19:49:24 +00:00 |
Malcolm Tredinnick
|
157dbe2fff
|
Fixed #8552 -- Use the LOGIN_REDIRECT_URL setting in the auth tests, rather than hard-coding the value.
This enables things to work properly when installed in other configurations.
Patch from aeby.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8613 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-08-27 06:02:13 +00:00 |
Malcolm Tredinnick
|
abb1c508cc
|
Tests for password change process. Thanks, Mike Richardson. Fixed #8402.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8497 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-08-23 18:20:49 +00:00 |
Luke Plant
|
fcd837cd0f
|
Fixed #7723 - implemented a secure password reset form that uses a token and prompts user for new password.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8162 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-07-31 20:47:53 +00:00 |