Jon Janzen
|
50f89ae850
Fixed #35303 -- Implemented async auth backends and utils.
|
1 year ago |
Jacob Walls
|
b99c608ea1
Refs #35402 -- Added tests for invalid usage of submodules in some settings.
|
9 months ago |
Mariusz Felisiak
|
d88ec42bd0
Used addCleanup() in tests where appropriate.
|
1 year ago |
Mariusz Felisiak
|
00e1879610
Refs #33764 -- Removed BaseUserManager.make_random_password() per deprecation timeline.
|
1 year ago |
HappyDingning
|
674c23999c
Fixed #34565 -- Added support for async checking of user passwords.
|
1 year ago |
Hrushikesh Vaidya
|
a52bdea5a2
Fixed #33985 -- Used app_config.verbose_name in ContentType.__str__().
|
2 years ago |
Nick Pope
|
9bd174b9a7
Updated documentation and comments for RFC updates.
|
2 years ago |
Ciaran McCormick
|
286e7d076c
Fixed #33764 -- Deprecated BaseUserManager.make_random_password().
|
2 years ago |
Nick Pope
|
847f46e9bf
Removed redundant QuerySet.all() calls in docs and tests.
|
3 years ago |
django-bot
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 years ago |
Jacob Walls
|
0362b0e986
Fixed #26615 -- Made password reset token invalidate when changing email.
|
9 years ago |
Jacob Walls
|
c7e7f176c1
Fixed #26977 -- Made abstract models raise TypeError when instantiating.
|
4 years ago |
Hasan Ramezani
|
7af8f41273
Refs #26445 -- Allowed using UserManager.create_user()/create_superuser() in migrations.
|
5 years ago |
Berker Peksag
|
400ec5125e
Fixed #18763 -- Added ModelBackend/UserManager.with_perm() methods.
|
8 years ago |
Tobias Bengfort
|
581a0f4545
Refs #30226 -- Added User.get_user_permissions() method.
|
6 years ago |
Simon Charette
|
8c775391b7
Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in favor of databases.
|
6 years ago |
Tim Graham
|
194a4b526c
Added tests for ContentType/Group/Permission.__str__().
|
6 years ago |
Tim Graham
|
193c109327
Switched TestCase to SimpleTestCase where possible in Django's tests.
|
6 years ago |
Ramon Saraiva
|
2349cbd909
Fixed #29782 -- Added better error message when filtering queryset with AnonymousUser.
|
6 years ago |
Jon Dufresne
|
82f286cf6f
Refs #29784 -- Switched to https:// links where available.
|
6 years ago |
Tim Graham
|
a4f0e9aec7
Fixed #28718 -- Allowed user to request a password reset if their password doesn't use an enabled hasher.
|
7 years ago |
Christophe Mehay
|
40bac28faa
Fixed #29176 -- Fixed AbstractBaseUser.normalize_username() crash if username isn't a string.
|
7 years ago |
Mads Jensen
|
d917c17a3b
Completed test coverage for AnonymousUser.
|
7 years ago |
Mads Jensen
|
7fce4dc5ff
Moved AnonymousUser tests to its own test case.
|
7 years ago |
Bruno Alla
|
6092ea8fa6
Refs #27804 -- Used subTest() in several tests.
|
8 years ago |
Anton Samarchyan
|
7588d7e439
Improved test coverage for django.contrib.auth.
|
8 years ago |
Tim Graham
|
7aba69145d
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
|
8 years ago |
Claude Paroz
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 years ago |
za
|
321e94fa41
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
|
8 years ago |
levental
|
617e36dc1e
Fixed #20705 -- Allowed using PasswordResetForm with user models with an email field not named 'email'.
|
8 years ago |