summaryrefslogtreecommitdiff
path: root/tests/auth_tests
Commit message (Expand)AuthorAgeFilesLines
* [1.9.x] Refs #19353 -- Added tests for using custom user models with built-in...Berker Peksag2016-02-171-0/+34
* [1.9.x] Fixed many spelling mistakes in code, comments, and docs.Josh Soref2015-12-032-6/+6
* [1.9.x] Removed explicit User ids in tests.Tim Graham2015-11-251-2/+2
* [1.9.x] Removed unnecessary app_label='auth' on auth_tests models.Tim Graham2015-10-277-30/+9
* [1.9.x] Fixed #25596 -- Fixed regression in password change view with custom ...Tim Graham2015-10-273-7/+4
* [1.9.x] Refs #16860 -- Fixed password help text when there aren't any validat...Antoine Catton2015-09-281-0/+4
* [1.9.x] Fixed #25457 -- Improved formatting of password validation errors in ...Tzu-ping Chung2015-09-241-1/+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
* Fixed #16860 -- Added password validation to django.contrib.auth.Erik Romijn2015-06-073-0/+181
* Fixed #24910 -- Added createsuperuser support for non-unique USERNAME_FIELDsAlasdair Nicol2015-06-062-2/+40
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-204-8/+12
* Refs #24553 -- Fixed urlpatterns leakage in auth_testsRiccardo Magliocchetti2015-05-192-4/+3
* Fixed #24696 -- Made CSRF_COOKIE computation lazy.Jay Cox2015-05-021-2/+3
* Use mock.patch in migrations testsCurtis Maloney2015-04-091-2/+2
* Fixed #24115 -- Allowed bcrypt hashers to upgrade passwords on rounds change.Tim Graham2015-03-301-0/+32
* Refs #15779 -- Fixed UserChangeForm regression introduced by 1791a7e75Claude Paroz2015-03-281-2/+17
* Fixed #23926 -- Improved validation error for custom permissions that are too...Joeri Bekker2015-03-161-0/+18
* Converted test fixtures to setUpTestData methodsJosh Smeaton2015-03-058-168/+168
* Isolated auth_tests from contenttypes_tests; refs #11505.Tim Graham2015-02-141-0/+8
* Fixed #24315 -- Fixed auth.views.password_reset_confirm() with a UUID user.Tim Graham2015-02-131-1/+22
* Fixed #24334 -- Allowed admin password reset to work with non-digit custom us...Tim Graham2015-02-132-0/+58
* Fixed #24161 -- Stored the user primary key as a serialized value in the sess...Tim Graham2015-02-123-3/+31
* Moved non-documented auth test models to the new test location.Tim Graham2015-02-119-11/+150
* Moved contrib.auth tests out of contrib.Tim Graham2015-02-1142-0/+4477