summaryrefslogtreecommitdiff
path: root/tests/auth_tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed #26303 -- Updated links to mod_wsgi docs.Alasdair Nicol2016-03-011-4/+3
* Fixed CVE-2016-2513 -- Fixed user enumeration timing attack during login.Florian Apolloner2016-03-011-1/+57
* Removed obsolete test CreatesuperuserManagementCommandTestCase.test_nolocale.Jon Dufresne2016-02-291-34/+0
* Fixed #12233 -- Allowed redirecting authenticated users away from the login v...Olivier Le Thanh Duong2016-02-252-0/+56
* Fixed a stray __unicode__() method in auth_tests.Tim Graham2016-02-231-1/+3
* Fixed #26187 -- Removed weak password hashers from PASSWORD_HASHERS.Tim Graham2016-02-221-0/+19
* Refs #19353 -- Added tests for using custom user models with built-in auth fo...Berker Peksag2016-02-171-0/+35
* Fixed #11665 -- Made TestCase check deferrable constraints after each test.Jon Dufresne2016-02-131-0/+6
* Removed unneeded hint=None/obj=None in system check messages.Tim Graham2016-02-121-11/+7
* Fixed #26175 -- Removed SHA1 password hashes in tests.Tim Graham2016-02-067-184/+32
* Fixed #26089 -- Removed custom user test models from public API.Simon Charette2016-02-0411-32/+147
* Fixed #12405 -- Added LOGOUT_REDIRECT_URL setting.Hugo Osvaldo Barrera2016-02-041-0/+12
* Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as app...Hasan2016-01-291-12/+13
* Refs #26022 -- Used context manager version of assertRaisesMessage in tests.Hasan2016-01-291-5/+2
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-295-11/+18
* Fixed #21113 -- Made LogEntry.change_message language independentClaude Paroz2016-01-081-5/+5
* Fixed #24855 -- Allowed using contrib.auth.login() without credentials.Paulo Poiati2016-01-071-0/+43
* Fixed #25746 -- Isolated inlined test models registration.Simon Charette2016-01-063-59/+48
* Imported required models directly in auth management tests.Simon Charette2016-01-061-24/+24
* Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek2015-12-311-1/+1
* Fixed many spelling mistakes in code, comments, and docs.Josh Soref2015-12-032-6/+6
* Removed explicit User ids in tests.Tim Graham2015-11-241-2/+2
* Removed unnecessary app_label='auth' on auth_tests models.Tim Graham2015-10-277-30/+9
* Fixed #25596 -- Fixed regression in password change view with custom user model.Tim Graham2015-10-273-7/+4
* Fixed #25490 -- Made the logout() view send "no-cache" headers.Kaleb Elwert2015-10-021-0/+8
* Refs #16860 -- Fixed password help text when there aren't any validators.Antoine Catton2015-09-281-0/+4
* Fixed #25457 -- Improved formatting of password validation errors in manageme...Tzu-ping Chung2015-09-241-1/+1
* Increased the default PBKDF2 iterations for the 1.10 release cycle.Tim Graham2015-09-231-3/+3
* Refs #23957 -- Required session verification per deprecation timeline.Tim Graham2015-09-233-36/+11
* Refs #21648 -- Removed is_admin_site option from password_reset() view.Tim Graham2015-09-232-18/+1
* Removed obsolete supports_* auth backend attributes in testsClaude Paroz2015-09-201-6/+0
* Fixed typo in "pbkdf2" test names.Tim Graham2015-09-191-2/+2
* Fixed #24944 -- Added extra_email_context parameter to password_reset() view.sujayskumar2015-09-183-0/+15
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-1/+2
* Added two more tests for user-entered passwords when creating a superuser.David Gibbons2015-08-181-0/+66
* Fixed flake8 warning.Tim Graham2015-08-021-0/+1
* Fixed #25089 -- Added password validation to createsuperuser/changepassword.Alex Becker2015-08-011-2/+56
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-3/+3
* Fixed #25052; refs #16860 -- Added password validation to UserCreationForm.Tim Graham2015-07-201-0/+21
* Refs #16860 -- Moved password_changed() logic to AbstractBaseUser.Tim Graham2015-07-202-8/+77
* Fixed #25029 -- Added PersistentRemoteUserMiddleware for login-page-only exte...Jan Pazdziora2015-07-021-0/+23
* Sorted imports in __init__.py files.Tim Graham2015-06-271-4/+4
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-2/+2
* Fixed #25009 -- Allowed User.objects.create_user(...,is_staff=True) to work.Francisco Albarran2015-06-221-0/+21
* Removed support for Python 3.3.Tim Graham2015-06-181-1/+1
* Fixed #24914 -- Added authentication mixins for CBVsMarkus Holtermann2015-06-171-0/+251
* Refs #16860 -- Fixed a resource and deprecation warning in password validation.Tim Graham2015-06-161-1/+1
* Refs #16860 -- Minor edits and fixes to password validation.Tim Graham2015-06-102-6/+19
* Fixed #21927 -- Made application and instance namespaces more distinct.Marten Kenbeek2015-06-083-6/+6
* Fixed #24929 -- Allowed permission_required decorator to take any iterableRaphael Michel2015-06-081-0/+10