Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/auth_tests/test_forms.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #25052; refs #16860 -- Added password validation ↵Tim Graham2015-07-201-0/+21
| | | | to UserCreationForm.
* Refs #16860 -- Moved password_changed() logic to ↵Tim Graham2015-07-201-7/+39
| | | | | | AbstractBaseUser. Thanks Carl Meyer for review.
* Refs #16860 -- Minor edits and fixes to password validation.Tim Graham2015-06-101-2/+5
|
* Fixed #16860 -- Added password validation to ↵Erik Romijn2015-06-071-0/+18
| | | | django.contrib.auth.
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-2/+2
|
* Converted test fixtures to setUpTestData methodsJosh Smeaton2015-03-051-18/+48
|
* Isolated auth_tests from contenttypes_tests; refs #11505.Tim Graham2015-02-151-0/+8
|
* Moved contrib.auth tests out of contrib.Tim Graham2015-02-111-0/+529