提交歷史

作者 SHA1 備註 提交日期
  Tim Graham e9ea49d274 Consolidated docs about handling a ForeignKey in custom user model manager. 6 年之前
  Tim Graham f3fa86a89b Fixed #29449 -- Reverted "Fixed #28757 -- Allowed using contrib.auth forms without installing contrib.auth." 6 年之前
  Michael Kiros b37bac39b3 Fixed typo in docs/topics/auth/customizing.txt. 6 年之前
  Tim Graham 7543ab1f8d Removed versionadded/changed annotations for 2.0. 6 年之前
  shanghui 3333d935d2 Fixed #28757 -- Allowed using contrib.auth forms without installing contrib.auth. 7 年之前
  Mariusz Felisiak 83a36ac49a Removed unnecessary trailing commas and spaces in various code. 7 年之前
  Tim Graham 5446b72003 Removed versionadded/changed annotations for 1.11. 7 年之前
  Tim Graham 5e31be1b96 Refs #25187 -- Required the authenticate() method of authentication backends to have request as the first positional argument. 7 年之前
  Mariusz Felisiak 081e787160 Refs #23919 -- Stopped inheriting from object to define new style classes. 7 年之前
  Josh Schneier 5df0ff4155 Fixed #28089 -- Removed requirement to implement get_short_name() and get_full_name() in AbstractBaseUser subclasses. 8 年之前
  David D Lowe 9269dec05e Fixed #27911 -- Doc'd how to register custom User with admin. 8 年之前
  chillaranand dc165ec8e5 Refs #23919 -- Replaced super(ClassName, self) with super() in docs. 8 年之前
  Tim Graham f6acd1d271 Refs #23919 -- Removed Python 2 notes in docs. 8 年之前
  Tim Graham e27e4c0339 Removed versionadded/changed annotations for 1.10. 8 年之前
  Tim Graham eba093e8b0 Refs #25847 -- Removed support for User.is_(anonymous|authenticated) as methods. 8 年之前
  Tim Graham d7e6b8febd Fixed typo in docs/topics/auth/customizing.txt. 8 年之前
  Aymeric Augustin cb7bbf97a7 Fixed #25966 -- Made get_user_model() work at import time. 8 年之前
  Alex Scott da4c0e8cc9 Fixed typo in docs/topics/auth/customizing.txt. 8 年之前
  Tim Graham 93a081946d Normalized casing of "custom user model". 8 年之前
  Krzysztof Gogolewski d02a03d574 Fixed #24370 -- Recommended starting with a custom user model. 8 年之前
  Jon Dufresne f3ea0c4bbd Reverted "Fixed #26401 -- Added BaseAuthConfig to use auth without migrations." 8 年之前
  Tim Graham e262f00231 Fixed #27292 -- Removed unnecessary password assignment in auth backend example. 8 年之前
  levental 617e36dc1e Fixed #20705 -- Allowed using PasswordResetForm with user models with an email field not named 'email'. 8 年之前
  Berker Peksag 0a6ed6b1d9 Simplified has_perm() example in topics/auth/customizing.txt. 8 年之前
  Aleksej Manaev 4b9330ccc0 Fixed #25187 -- Made request available in authentication backends. 8 年之前
  Jon Dufresne 1ec1633cb2 Fixed #26401 -- Added BaseAuthConfig to use auth without migrations. 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 年之前
  Ed Henderson 4a4d7f980e Fixed #26021 -- Applied hanging indentation to docs. 8 年之前
  Tim Graham 46a38307c2 Removed versionadded/changed annotations for 1.9. 8 年之前