Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/auth_tests
Commit message (Expand)AuthorAgeFilesLines
* Removed unnecessary app_label='auth' on auth_tests models.Tim Graham2015-10-277-30/+9
* Fixed #25596 -- Fixed regression in password change view ...Tim Graham2015-10-273-7/+4
* Fixed #25490 -- Made the logout() view send "no-cache" he...Kaleb Elwert2015-10-021-0/+8
* Refs #16860 -- Fixed password help text when there aren't...Antoine Catton2015-09-281-0/+4
* Fixed #25457 -- Improved formatting of password validatio...Tzu-ping Chung2015-09-251-1/+1
* Increased the default PBKDF2 iterations for the 1.10 rele...Tim Graham2015-09-241-3/+3
* Refs #23957 -- Required session verification per deprecat...Tim Graham2015-09-243-36/+11
* Refs #21648 -- Removed is_admin_site option from password...Tim Graham2015-09-242-18/+1
* Removed obsolete supports_* auth backend attributes in testsClaude Paroz2015-09-201-6/+0
* Fixed typo in "pbkdf2" test names.Tim Graham2015-09-201-2/+2
* Fixed #24944 -- Added extra_email_context parameter to pa...sujayskumar2015-09-193-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 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 #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-3/+3
* Fixed #25052; refs #16860 -- Added password validation to...Tim Graham2015-07-201-0/+21
* Refs #16860 -- Moved password_changed() logic to Abstract...Tim Graham2015-07-202-8/+77
* Fixed #25029 -- Added PersistentRemoteUserMiddleware for ...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_s...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 i...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 ...Marten Kenbeek2015-06-083-6/+6
* Fixed #24929 -- Allowed permission_required decorator to ...Raphael Michel2015-06-081-0/+10
* Fixed #16860 -- Added password validation to django.contr...Erik Romijn2015-06-073-0/+181
* Fixed #24910 -- Added createsuperuser support for non-uni...Alasdair 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-031-2/+3
* Use mock.patch in migrations testsCurtis Maloney2015-04-091-2/+2
* Fixed #24115 -- Allowed bcrypt hashers to upgrade passwor...Tim Graham2015-03-311-0/+32
* Refs #15779 -- Fixed UserChangeForm regression introduced...Claude Paroz2015-03-281-2/+17
* Fixed #23926 -- Improved validation error for custom perm...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-151-0/+8
* Fixed #24315 -- Fixed auth.views.password_reset_confirm()...Tim Graham2015-02-131-1/+22
* Fixed #24334 -- Allowed admin password reset to work with...Tim Graham2015-02-132-0/+58
* Fixed #24161 -- Stored the user primary key as a serializ...Tim Graham2015-02-123-3/+31
* Moved non-documented auth test models to the new test loc...Tim Graham2015-02-119-11/+150
* Moved contrib.auth tests out of contrib.Tim Graham2015-02-1142-0/+4477