提交歷史

作者 SHA1 備註 提交日期
  levental 617e36dc1e Fixed #20705 -- Allowed using PasswordResetForm with user models with an email field not named 'email'. 8 年之前
  Tim Graham 8119b679eb Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6. 8 年之前
  Bang Dao + Tam Huynh 09119dff14 Fixed #26719 -- Normalized email in AbstractUser.clean(). 8 年之前
  Tim Graham 39805686b3 Refs #21379, #26719 -- Moved username normalization to AbstractBaseUser. 8 年之前
  Jon Dufresne 4f336f6652 Fixed #26747 -- Used more specific assertions in the Django test suite. 8 年之前
  Tim Graham 92053acbb9 Fixed E128 flake8 warnings in tests/. 9 年之前
  Tim Graham 015fad9060 Fixed #26175 -- Removed SHA1 password hashes in tests. 9 年之前
  Hasan 253adc2b8a Refs #26022 -- Used context manager version of assertRaisesMessage in tests. 9 年之前
  Tim Graham 590b8c1c57 Removed unnecessary app_label='auth' on auth_tests models. 9 年之前
  Tim Graham f5e9d67907 Refs #16860 -- Moved password_changed() logic to AbstractBaseUser. 9 年之前
  Francisco Albarran e75b614640 Fixed #25009 -- Allowed User.objects.create_user(...,is_staff=True) to work. 9 年之前
  Josh Smeaton 39a7eed1bb Converted test fixtures to setUpTestData methods 10 年之前
  Tim Graham 5ab327a389 Moved non-documented auth test models to the new test location. 10 年之前
  Tim Graham 2d7aca3da0 Moved contrib.auth tests out of contrib. 10 年之前