summaryrefslogtreecommitdiff
path: root/tests/auth_tests
AgeCommit message (Expand)Author
2020-01-03[3.0.x] Refs #31040 -- Fixed crypt.crypt() call in test_hashers.py.Mariusz Felisiak
2019-12-18[3.0.x] Fixed CVE-2019-19844 -- Used verified user email for password reset r...Simon Charette
2019-12-02Fixed CVE-2019-19118 -- Required edit permissions on parent model for editabl...Carlton Gibson
2019-11-29[3.0.x] Fixed #31021 -- Fixed proxy model permissions data migration crash wi...Mariusz Felisiak
2019-09-18[3.0.x] Fixed #30776 -- Restored max length validation on AuthenticationForm....Sam Reynolds
2019-08-29Fixed #18763 -- Added ModelBackend/UserManager.with_perm() methods.Berker Peksag
2019-08-29Fixed #30066 -- Enabled super user creation without email and passworddaniel a rios
2019-08-29Converted auth test to use subTest().Carlton Gibson
2019-08-26Fixed #29019 -- Added ManyToManyField support to REQUIRED_FIELDS.Hasan Ramezani
2019-07-02Fixed #27801 -- Made createsuperuser fall back to environment variables for p...Hasan Ramezani
2019-06-28Fixed #30400 -- Improved typography of user facing strings.Jon Dufresne
2019-06-14Fixed #12952 -- Adjusted admin log change messages to use form labels instead...Sanyam Khurana
2019-06-10Fixed #30556 -- Avoided useless query and hasher call in ModelBackend.authent...Aymeric Augustin
2019-06-07Fixed #29379 -- Added autocomplete attribute to contrib.auth.forms fields.Hasan Ramezani
2019-06-05Refs #30226 -- Added User.get_user_permissions() method.Tobias Bengfort
2019-06-05Fixed #30226 -- Added BaseBackend for authentication.Tobias Bengfort
2019-05-27Refs #24944 -- Added test for overriding domain in email context in PasswordR...Mattia Procopio
2019-05-24Fixed #28780 -- Allowed specyfing a token parameter displayed in password res...Rob
2019-05-15Fixed mis-capitalisation in comment.Ally Weir
2019-04-27Fixed #30351 -- Handled pre-existing permissions in proxy model permissions d...Carlton Gibson
2019-04-25Fixed #30399 -- Changed django.utils.html.escape()/urlize() to use html.escap...Jon Dufresne
2019-04-14Renamed camelCaseTestMethods to snake_case_test_methodsMarkus Holtermann
2019-03-29Fixed #30236 -- Made UsernameField render with autocapitalize="none" HTML att...pmisteli
2019-03-22Fixed #30257 -- Made UsernameValidators prohibit trailing newlines.Ryan J Schave
2019-03-15Cleaned up exception message checking in some tests.Jon Dufresne
2019-02-14Refs #15902 -- Deprecated storing user's language in the session.Claude Paroz
2019-01-17Increased the default PBKDF2 iterations for Django 3.0.Tim Graham
2019-01-16Fixed #11154, #22270 -- Made proxy model permissions use correct content type.Arthur Rio
2019-01-10Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...Simon Charette
2019-01-09Fixed #30037 -- Added request arg to RemoteUserBackend.configure_user().Joshua Cannon
2018-12-31Updated test URL patterns to use path() and re_path().Tim Graham
2018-12-21Added tests for ContentType/Group/Permission.__str__().Tim Graham
2018-11-27Made reused RequestFactory instances class attributes.Simon Charette
2018-11-27Switched setUp() to setUpTestData() where possible in Django's tests.Simon Charette
2018-11-27Switched TestCase to SimpleTestCase where possible in Django's tests.Tim Graham
2018-11-15Fixed #29952 -- Lowercased all passwords in contrib.auth's auth/common-passwo...Mathew Payne
2018-10-10Refs #27795 -- Removed force_bytes() usage from django/utils/http.py.Jon Dufresne
2018-10-01Fixed #29809 -- Fixed a crash when a "view only" user POSTs to the admin user...Tim Graham
2018-10-01Fixed CVE-2018-16984 -- Fixed password hash disclosure to admin "view only" u...Carlton Gibson
2018-09-26Fixed #29782 -- Added better error message when filtering queryset with Anony...Ramon Saraiva
2018-09-26Refs #29784 -- Switched to https:// links where available.Jon Dufresne
2018-09-25Added a test for password_changed() with a custom validator.Alexey
2018-08-18Simplified how createsuperuser tests generate passwords.Josh Schneier
2018-08-17Fixed #29686 -- Made UserAdmin.user_change_password() pass user to has_change...Alexander Todorov
2018-08-05Fixed #29616 -- Fixed createsuperuser for user models that don't have a passw...Josh Schneier
2018-08-04Fixed #29628 -- Made createsuperuser validate password against username and r...Josh Schneier
2018-07-02Fixed #29449 -- Reverted "Fixed #28757 -- Allowed using contrib.auth forms wi...Tim Graham
2018-06-20Refs #27398 -- Simplified some tests with assertRedirects().Tim Graham
2018-06-20Fixed #27398 -- Added an assertion to compare URLs, ignoring the order of the...Jan Pieter Waagmeester
2018-06-07Added a missing test for createsuperuser management command.Hasan Ramezani