summaryrefslogtreecommitdiff
path: root/django/contrib/auth/tests/views.py
AgeCommit message (Expand)Author
2013-04-02Modified auth to work with unittest2 discovery.Preston Timmons
2013-03-27Fixed #20078: don't allow filtering on password in the user admin.Jacob Kaplan-Moss
2013-02-23Fixed #15198 -- pass request to AuthenticationFormPreston Holmes
2013-02-23Fixed #19758 -- Avoided leaking email existence through the password reset form.Horst Gutmann
2013-02-19Added a new required ALLOWED_HOSTS setting for HTTP host header validation.Carl Meyer
2013-02-14Fixed a misnamed variable introduced in commit 142ec8b283Claude Paroz
2013-02-13Fixed #8404 -- Isolated auth password-related tests from custom templatesClaude Paroz
2013-02-13Fixed #18558 -- Added url property to HttpResponseRedirect*Hiroki Kiyohara
2012-12-16Corrected tests depending on the error message on the AuthenticationForm.Russell Keith-Magee
2012-12-08Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz
2012-10-29Fixed #19172 -- Isolated poisoned_http_host tests from 500 handlersClaude Paroz
2012-10-17Fixed a security issue related to password resetsPreston Holmes
2012-09-26Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee
2012-09-15Fixed #17948 -- Isolated auth tests from custom template loadersClaude Paroz
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2012-07-22[py3] Updated urllib/urllib2/urlparse imports.Aymeric Augustin
2012-04-30Ensured tests pass using custom PASSWORD_HASHERS.Anssi Kääriäinen
2012-04-14Converted more test assertions to assert[Not]Contains.Claude Paroz
2012-03-31Used the override_settings decorator in the tests of auth, flatpages, and for...Aymeric Augustin
2012-03-30Use the class decorator syntax available in Python >= 2.6. Refs #17965.Aymeric Augustin
2012-03-30Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...Claude Paroz
2012-03-20Fixed #17940 -- Enforced USE_TZ = False in contrib apps tests that use fixtur...Aymeric Augustin
2011-12-15Fixed #17194 -- Made sure the auth form tests work if a language other than E...Jannis Leidel
2011-11-22Removed redundant definition of urls in the auth tests.Aymeric Augustin
2011-09-24Fixed #16789 -- Added names to URLs in convenience contrib.auth urls.py.Ramiro Morales
2011-07-31Added yet another import from the future.Jannis Leidel
2011-07-26Fixed #16413 -- Stopped an auth test from failing if LOGIN_URL is set to a no...Jannis Leidel
2011-06-26Fixed #15266 -- Applied login_required decorator to password_change_done view...Jannis Leidel
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2011-03-02Fixed #11223 -- Fixed logout view to use the 'next' GET parameter correctly a...Jannis Leidel
2011-03-01Fixed #12534 -- Loosened the the security check for "next" redirects after lo...Jannis Leidel
2011-02-05Fixed #15111 -- Ensured that the auth, contenttypes and sitemaps tests will r...Russell Keith-Magee
2011-01-24Fixed #15067 -- Modified the range checks on base36_to_int so you are guarant...Russell Keith-Magee
2010-12-01Fixed #14809 -- broken login related tests after r14733.Chris Beaven
2010-11-27Fixes #11025 -- ability to specify LOGIN_URL as full qualified absolute URL.Chris Beaven
2010-11-04Fixed #14612 - Password reset page leaks valid user ids publicly.Luke Plant
2010-11-04Fixed a test setup and isolation bug that was causing PasswordResetTest to fa...Luke Plant
2010-10-04Fixed #14386, #8960, #10235, #10909, #10608, #13845, #14377 - standardize Sit...Luke Plant
2010-09-12Permit custom from-email address in auth forms email.Malcolm Tredinnick
2010-09-10Added login_url argument to login_required decorator. Thanks mhlakhani and er...Jannis Leidel
2010-03-01Fixed #11457: tightened the security check for "next" redirects after logins.Jacob Kaplan-Moss
2010-02-13Fixed #10976 -- Isolated contrib.auth tests so they will always pass, regardl...Russell Keith-Magee
2009-04-19Fixed #8752 -- Fixed django.contrib.auth tests to be locale-independent.Malcolm Tredinnick
2009-04-10Fixed #10747: fixed the auth tests to ignore broken user-supplied login/logou...Jacob Kaplan-Moss
2009-04-01Fixed #10460: the logout view can now redirect like the rest of the auth view...Jacob Kaplan-Moss
2009-04-01Fixed #9881: Added the to the login view context, not just the site's name. ...Jacob Kaplan-Moss
2009-03-31Fixed #10553 -- Corrected several uses of `URLconf` in documentation and comm...Gary Wilson Jr
2008-11-06Fixed #6160, #9111 -- Consistently apply conditional_escape to form errors an...Karen Tracey
2008-08-27Fixed #8552 -- Use the LOGIN_REDIRECT_URL setting in the auth tests, rather t...Malcolm Tredinnick
2008-08-23Tests for password change process. Thanks, Mike Richardson. Fixed #8402.Malcolm Tredinnick