Revīziju vēsture

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