Commit History

Author SHA1 Message Date
  Tim Graham 8e86d9d3df Fixed #24780 -- Removed outdated discussion of signals and custom users. 9 years ago
  Dan Watson fe914341c8 Fixed #24564 -- Moved AbstractBaseUser and BaseUserManager so they can be used without auth in INSTALLED_APPS 10 years ago
  Tim Graham 981e3b9394 Fixed #24429 -- Doc'ed that Django 1.8 doesn't require an integer PK for custom user models. 10 years ago
  Christopher Luc e37d52bd5e Fixed #22993 -- Deprecated skipIfCustomUser decorator 10 years ago
  Thomas Güttler 566c936236 Added admonition about reusable apps and AUTH_USER_PROFILE. 10 years ago
  darkryder 9ec8aa5e5d Fixed #24149 -- Normalized tuple settings to lists. 10 years ago
  Tim Graham c79faae761 Removed versionadded/changed notes for 1.7. 10 years ago
  Tim Graham a7aaabfaf1 Removed doc note about PasswordResetForm requiring an integer PK. 10 years ago
  Tim Graham 3569536491 Fixed #23314 -- Tempered recommendation of storing profile data on custom user. 10 years ago
  Iain Dawson 8fbf13a6c8 Replaced instances of 'his/her' with 'their'. 10 years ago
  Anubhav Joshi 75ff7b8fb8 Fixed #21832 -- Updated prompt, tests, and docs to show that USERNAME_FIELD supports FK after 9bc2d76. 10 years ago
  Anubhav Joshi 9bc2d766a0 Fixed #21755 -- Added ForeignKey support to REQUIRED_FIELDS. 10 years ago
  Andrew Godwin e9249bc20b Fixed #22932: Documented circular dependency issues with swappable user 10 years ago
  Andrew Godwin 08221d1b5c Fixed #22874: Document that AUTH_USER_MODEL must be in first migration 10 years ago
  Andrew Godwin 8d2ac948a9 Fixed #22853: Swapped models are now ignored for migration operations. 10 years ago
  Jorge C. Leitão 2e364a0aac Fixed #15716 - Authentication backends can short-circuit authorization. 10 years ago
  Tim Graham fd23c06023 Fixed #21649 -- Added optional invalidation of sessions when user password changes. 11 years ago
  Tim Graham 51c8045145 Removed versionadded/changed annotations for 1.6. 11 years ago
  Aymeric Augustin 1be31c320c Fixed #21875 -- Clarified that get_user_model() only works at run time. 11 years ago
  Baptiste Mispelon ea4da8e63c Fixed some typos in the documentation. 11 years ago
  Szczepan Cieślik e816198034 Fixed docs typos. 11 years ago
  Tim Graham 821fc925f0 Fixed #22093 -- Made Form.Meta.fields examples consistent. 11 years ago
  Alasdair Nicol 8aa1efff6d Fixed #21951 -- Updated docs to use __str__ for Python 3 11 years ago
  Tim Graham 6f06c749b7 Fixed #21726 -- Clarified that password should not be included in REQUIRED_FIELDS. 11 years ago
  Claude Paroz c717ebbfec Fixed #21730 -- Removed superfluous db_index in custom auth docs 11 years ago
  Simon Charette eb38257e51 Fixed #21391 -- Allow model signals to lazily reference their senders. 11 years ago
  Sylvain Bellemare 3935b0f263 Removed no longer relevant word 11 years ago
  Sylvain Bellemare c7dabe49dd Fixed typo -- "a" user, not "an" user 11 years ago
  Claude Paroz 1b9c72fc4f Fixed grammar/typos in auth customization docs 11 years ago
  Russell Keith-Magee ddb53856b6 Fixed #21164 -- Added documentation for issue with test users. 11 years ago