コミット履歴

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