Historique des commits

Auteur SHA1 Message Date
  Ed Henderson 6d0c9f95da [1.9.x] Fixed #26021 -- Applied hanging indentation to docs. il y a 8 ans
  Tim Graham 936a7df652 [1.9.x] Used 'classmethod' annotation in docs/topics/auth/customizing.txt il y a 8 ans
  Daniel Quinn 174811c553 [1.9.x] Fixed import location of check_password() in docs. il y a 8 ans
  Berker Peksag f78892f2de [1.9.x] Refs #19353 -- Added tests for using custom user models with built-in auth forms. il y a 8 ans
  Tim Graham 194bf8ca62 [1.9.x] Refs #26089 -- Removed obsolete docs about custom user model testing. il y a 8 ans
  Tim Graham a9fbf0735a [1.9.x] Fixed #26124 -- Added missing code formatting to docs headers. il y a 8 ans
  Tim Graham 0495f44b8d [1.9.x] Unified some doc links to OneToOneField and ManyToManyField. il y a 8 ans
  Tim Graham abeb50db5d [1.9.x] Fixed #25895 -- Used a consistent style for UserAdmin overrides. il y a 8 ans
  Agnieszka Lasyk b3389956c9 [1.9.x] Fixed #25755 -- Unified spelling of "website". il y a 9 ans
  Anderson Resende 0ec328509c [1.9.x] Fixed #25744 -- Corrected reference to User object in auth docs. il y a 9 ans
  Tim Graham 5d0961fdfc Fixed #25202 -- Fixed typo in docs/topics/auth/customizing.txt il y a 9 ans
  Flavio Curella c2e70f0265 Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField il y a 9 ans
  Tim Graham 217f173be0 Fixed #25166 -- Clarified how auth permissions are created. il y a 9 ans
  Alasdair Nicol 1ea87c8c79 Fixed #24910 -- Added createsuperuser support for non-unique USERNAME_FIELDs il y a 9 ans
  Charles Dee Rice 4f3c444241 Fixed #24789 -- Fixed wrong positional args order in doc example il y a 9 ans
  Tim Graham 8e86d9d3df Fixed #24780 -- Removed outdated discussion of signals and custom users. il y a 9 ans
  Dan Watson fe914341c8 Fixed #24564 -- Moved AbstractBaseUser and BaseUserManager so they can be used without auth in INSTALLED_APPS il y a 9 ans
  Tim Graham 981e3b9394 Fixed #24429 -- Doc'ed that Django 1.8 doesn't require an integer PK for custom user models. il y a 9 ans
  Christopher Luc e37d52bd5e Fixed #22993 -- Deprecated skipIfCustomUser decorator il y a 9 ans
  Thomas Güttler 566c936236 Added admonition about reusable apps and AUTH_USER_PROFILE. il y a 9 ans
  darkryder 9ec8aa5e5d Fixed #24149 -- Normalized tuple settings to lists. il y a 9 ans
  Tim Graham c79faae761 Removed versionadded/changed notes for 1.7. il y a 9 ans
  Tim Graham a7aaabfaf1 Removed doc note about PasswordResetForm requiring an integer PK. il y a 9 ans
  Tim Graham 3569536491 Fixed #23314 -- Tempered recommendation of storing profile data on custom user. il y a 10 ans
  Iain Dawson 8fbf13a6c8 Replaced instances of 'his/her' with 'their'. il y a 10 ans
  Anubhav Joshi 75ff7b8fb8 Fixed #21832 -- Updated prompt, tests, and docs to show that USERNAME_FIELD supports FK after 9bc2d76. il y a 10 ans
  Anubhav Joshi 9bc2d766a0 Fixed #21755 -- Added ForeignKey support to REQUIRED_FIELDS. il y a 10 ans
  Andrew Godwin e9249bc20b Fixed #22932: Documented circular dependency issues with swappable user il y a 10 ans
  Andrew Godwin 08221d1b5c Fixed #22874: Document that AUTH_USER_MODEL must be in first migration il y a 10 ans
  Andrew Godwin 8d2ac948a9 Fixed #22853: Swapped models are now ignored for migration operations. il y a 10 ans