Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/auth_tests/test_management.py
Commit message (Expand)AuthorAgeFilesLines
* Removed unnecessary app_label='auth' on auth_tests models.Tim Graham2015-10-271-7/+7
* Fixed #25457 -- Improved formatting of password validatio...Tzu-ping Chung2015-09-251-1/+1
* Added two more tests for user-entered passwords when crea...David Gibbons2015-08-181-0/+66
* Fixed flake8 warning.Tim Graham2015-08-031-0/+1
* Fixed #25089 -- Added password validation to createsuperu...Alex Becker2015-08-021-2/+56
* Fixed #24910 -- Added createsuperuser support for non-uni...Alasdair Nicol2015-06-061-0/+27
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-2/+4
* Fixed #23926 -- Improved validation error for custom perm...Joeri Bekker2015-03-161-0/+18
* Moved non-documented auth test models to the new test loc...Tim Graham2015-02-111-4/+6
* Moved contrib.auth tests out of contrib.Tim Graham2015-02-111-0/+565