Commit History

Author SHA1 Message Date
  Tobias Kunze eb16c7260e Fixed #20629 -- Rephrased custom user models admonition. 5 years ago
  Luke Plant 0c916255eb Changed tuple Mate.unique_together/permissions to lists in docs. 5 years ago
  Tim Graham a68c029e22 Used extlinks for Django's source code. 5 years ago
  Tobias Bengfort 632d4861dd Clarified permission-related docs. 6 years ago
  Tobias Bengfort b1243a55a5 Doc'd PermissionsMixin's usage of User.is_active and is_superuser. 6 years ago
  Stephen James e40e7026ca Fixed #29683 -- Added view permission to docs. 6 years ago
  Tim Graham e9ea49d274 Consolidated docs about handling a ForeignKey in custom user model manager. 6 years ago
  Tim Graham f3fa86a89b Fixed #29449 -- Reverted "Fixed #28757 -- Allowed using contrib.auth forms without installing contrib.auth." 6 years ago
  Michael Kiros b37bac39b3 Fixed typo in docs/topics/auth/customizing.txt. 6 years ago
  Tim Graham 7543ab1f8d Removed versionadded/changed annotations for 2.0. 6 years ago
  shanghui 3333d935d2 Fixed #28757 -- Allowed using contrib.auth forms without installing contrib.auth. 7 years ago
  Mariusz Felisiak 83a36ac49a Removed unnecessary trailing commas and spaces in various code. 7 years ago
  Tim Graham 5446b72003 Removed versionadded/changed annotations for 1.11. 7 years ago
  Tim Graham 5e31be1b96 Refs #25187 -- Required the authenticate() method of authentication backends to have request as the first positional argument. 7 years ago
  Mariusz Felisiak 081e787160 Refs #23919 -- Stopped inheriting from object to define new style classes. 7 years ago
  Josh Schneier 5df0ff4155 Fixed #28089 -- Removed requirement to implement get_short_name() and get_full_name() in AbstractBaseUser subclasses. 7 years ago
  David D Lowe 9269dec05e Fixed #27911 -- Doc'd how to register custom User with admin. 8 years ago
  chillaranand dc165ec8e5 Refs #23919 -- Replaced super(ClassName, self) with super() in docs. 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 d7e6b8febd Fixed typo in docs/topics/auth/customizing.txt. 8 years ago
  Aymeric Augustin cb7bbf97a7 Fixed #25966 -- Made get_user_model() work at import time. 8 years ago
  Alex Scott da4c0e8cc9 Fixed typo in docs/topics/auth/customizing.txt. 8 years ago
  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