Commit History

Author SHA1 Message Date
  Tim Graham ec7e179aeb Removed versionadded/changed annotations for 2.1. 6 years ago
  Joshua Cannon db1b10ef0d Fixed #30037 -- Added request arg to RemoteUserBackend.configure_user(). 6 years ago
  Tim Graham 4ca2820ff5 Corrected whitespace in docs/ref/contrib/auth.txt. 6 years ago
  Timothy Allen e819554018 Fixed #29939 -- Increased Group.name max_length to 150 characters. 6 years ago
  Tobias Bengfort 9a63d840ff Fixed inconsistent indentation in docs/ref/contrib/auth.txt. 6 years ago
  Tim Graham 7543ab1f8d Removed versionadded/changed annotations for 2.0. 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
  Tim Graham 92f48680db Expanded docs for AbstractBaseUser.has_usable_password(). 7 years ago
  Tim Graham 5446b72003 Removed versionadded/changed annotations for 1.11. 7 years ago
  Tim Graham 14172cf442 Fixed #28415 -- Clarified what characters ASCII/UnicodeUsernameValidator accept. 7 years ago
  Jirka Schäfer 73c30b79c0 Clarified meaning of "Optional" in auth.models.User field docs. 8 years ago
  Alasdair Nicol 757aefc12b Removed self from method signatures in docs. 8 years ago
  Thom Wiggers d5b573d872 Fixed #26993 -- Increased User.last_name max_length to 150 characters. 8 years ago
  Tim Graham f6acd1d271 Refs #23919 -- Removed Python 2 notes in docs. 8 years ago
  Tim Graham e27e4c0339 Removed versionadded/changed annotations for 1.10. 8 years ago
  Tim Graham eba093e8b0 Refs #25847 -- Removed support for User.is_(anonymous|authenticated) as methods. 8 years ago
  Tim Graham 93a081946d Normalized casing of "custom user model". 8 years ago
  Jon Dufresne f3ea0c4bbd Reverted "Fixed #26401 -- Added BaseAuthConfig to use auth without migrations." 8 years ago
  Berker Peksag f7e91cac68 Fixed #27053 -- Documented contrib.auth.get_user(). 8 years ago
  Gavin Wahl f0f3de3c96 Fixed #23155 -- Added request argument to user_login_failed signal. 9 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
  Claude Paroz 78963495d0 Refs #17209 -- Added LoginView and LogoutView class-based views 8 years ago
  Claude Paroz 526575c641 Fixed #21379 -- Created auth-specific username validators 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
  rowanv a6ef025dfb Fixed #26124 -- Added missing code formatting to docs headers. 9 years ago
  Elif T. Kus bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 years ago
  Collin Anderson 780bddf75b Fixed #20846 -- Decreased User.username max_length to 150 characters. 9 years ago
  Tim Graham 15ef1dd478 Fixed #20846 -- Increased User.username max_length to 254 characters. 9 years ago