summaryrefslogtreecommitdiff
path: root/django/contrib/auth/tests/urls.py
Commit message (Expand)AuthorAgeFilesLines
* Moved contrib.auth tests out of contrib.Tim Graham2015-02-111-101/+0
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-5/+5
* Deprecated some arguments of django.shortcuts.render(_to_response).Aymeric Augustin2014-12-281-18/+13
* Avoided rewrapping Contexts in render_to_response.Aymeric Augustin2014-11-221-6/+6
* Limited lines to 119 characters in django/Tim Graham2014-09-051-1/+2
* Fixed #23276 -- Deprecated passing views as strings to url().Tim Graham2014-08-121-16/+16
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-27/+27
* Fixed #21774 -- Isolate all test urls from eachother.Marc Tamlyn2014-01-141-1/+5
* Started attackign the next flake8 violationAlex Gaynor2013-10-311-0/+10
* Start attacking E231 violationsAlex Gaynor2013-10-241-2/+2
* Removed a ton of unused local varsAlex Gaynor2013-09-081-2/+2
* Fixed #20832 -- Enabled HTML password reset emailJustin Michalicek2013-08-051-0/+1
* Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk.Tim Graham2013-06-261-3/+2
* Fix #20447: URL names given to contrib.auth.views are now resolved.Baptiste Mispelon2013-05-191-0/+11
* Fixed #15198 -- pass request to AuthenticationFormPreston Holmes2013-02-231-2/+12
* Fixed a security issue related to password resetsPreston Holmes2012-10-171-0/+1
* Fixed #18991 -- Allowed permission lookup by "if in"Anssi Kääriäinen2012-09-301-0/+5
* Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales2011-09-111-1/+1
* Fixed auth context processor tests, which were not running at all previously.Luke Plant2011-05-311-1/+4
* Updates to the test suite to allow for newly deprecated and removed featuresRussell Keith-Magee2011-04-021-1/+37
* Fixed #15142 -- Force test views to be non-cached so that projects with cachi...Russell Keith-Magee2011-03-171-0/+2
* Fixed a test setup and isolation bug that was causing PasswordResetTest to fa...Luke Plant2010-11-041-1/+1
* Permit custom from-email address in auth forms email.Malcolm Tredinnick2010-09-121-0/+1
* Added login_url argument to login_required decorator. Thanks mhlakhani and er...Jannis Leidel2010-09-101-0/+4
* Fixed #10521 -- Modified the Remote User tests so that it isn't dependent on ...Russell Keith-Magee2009-05-041-0/+9
* Fixed #10460: the logout view can now redirect like the rest of the auth view...Jacob Kaplan-Moss2009-04-011-0/+9