summaryrefslogtreecommitdiff
path: root/tests/auth_tests
Commit message (Expand)AuthorAgeFilesLines
* 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