Commit History

Author SHA1 Message Date
  Tim Graham 93a081946d Normalized casing of "custom user model". 8 years ago
  Krzysztof Gogolewski d02a03d574 Fixed #24370 -- Recommended starting with a custom user model. 8 years ago
  Jon Dufresne f3ea0c4bbd Reverted "Fixed #26401 -- Added BaseAuthConfig to use auth without migrations." 8 years ago
  Tim Graham e262f00231 Fixed #27292 -- Removed unnecessary password assignment in auth backend example. 8 years ago
  levental 617e36dc1e Fixed #20705 -- Allowed using PasswordResetForm with user models with an email field not named 'email'. 8 years ago
  Berker Peksag 0a6ed6b1d9 Simplified has_perm() example in topics/auth/customizing.txt. 8 years ago
  Aleksej Manaev 4b9330ccc0 Fixed #25187 -- Made request available in authentication backends. 8 years ago
  Jon Dufresne 1ec1633cb2 Fixed #26401 -- Added BaseAuthConfig to use auth without migrations. 8 years ago
  Bang Dao + Tam Huynh 09119dff14 Fixed #26719 -- Normalized email in AbstractUser.clean(). 8 years ago
  Tim Graham 39805686b3 Refs #21379, #26719 -- Moved username normalization to AbstractBaseUser. 8 years ago
  Ed Henderson 4a4d7f980e Fixed #26021 -- Applied hanging indentation to docs. 8 years ago
  Tim Graham 46a38307c2 Removed versionadded/changed annotations for 1.9. 8 years ago
  Claude Paroz 9935f97cd2 Refs #21379 -- Normalized unicode username inputs 8 years ago
  Tim Graham 5238af3257 Used 'classmethod' annotation in docs/topics/auth/customizing.txt 8 years ago
  Jeremy Lainé c1aec0feda Fixed #25847 -- Made User.is_(anonymous|authenticated) properties. 9 years ago
  Alexander Gaevsky e0a3d93730 Fixed #25232 -- Made ModelBackend/RemoteUserBackend reject inactive users. 9 years ago
  Daniel Quinn de7edc005f Fixed import location of check_password() in docs. 9 years ago
  Berker Peksag f0425c7260 Refs #19353 -- Added tests for using custom user models with built-in auth forms. 9 years ago
  Tim Graham 1e9150443e Refs #26089 -- Removed obsolete docs about custom user model testing. 9 years ago
  Tim Graham 8ce8beb3f2 Unified some doc links to OneToOneField and ManyToManyField. 9 years ago
  rowanv a6ef025dfb Fixed #26124 -- Added missing code formatting to docs headers. 9 years ago
  Tim Graham 166e0490d3 Fixed #25895 -- Used a consistent style for UserAdmin overrides. 9 years ago
  Agnieszka Lasyk 1f8dad6915 Fixed #25755 -- Unified spelling of "website". 9 years ago
  Anderson Resende ce4914eab4 Fixed #25744 -- Corrected reference to User object in auth docs. 9 years ago
  Tim Graham 54848a96dd Removed versionadded/changed annotations for 1.8. 9 years ago
  Tim Graham 5d0961fdfc Fixed #25202 -- Fixed typo in docs/topics/auth/customizing.txt 9 years ago
  Flavio Curella c2e70f0265 Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField 9 years ago
  Tim Graham 217f173be0 Fixed #25166 -- Clarified how auth permissions are created. 9 years ago
  Alasdair Nicol 1ea87c8c79 Fixed #24910 -- Added createsuperuser support for non-unique USERNAME_FIELDs 9 years ago
  Charles Dee Rice 4f3c444241 Fixed #24789 -- Fixed wrong positional args order in doc example 9 years ago