Commit History

作者 SHA1 備註 提交日期
  Tyson Clugg e34226fc37 Fixed #25259 -- Added comments to header of generated migration files 9 年之前
  Piper Merriam 537818af87 Fixed #25185 -- Added support for functools.partial serialization in migrations 9 年之前
  Tim Graham e3d1f2422c Fixed malformed Sphinx directives. 9 年之前
  Andrei Kulakov db97a88495 Fixed #24375 -- Added Migration.initial attribute 10 年之前
  Tim Graham aed437d567 Updated release process for new release schedule. 9 年之前
  Andrei Kulakov b089759d60 Fixed #24052 -- Doc'd how to write data migrations with models in multiple apps. 10 年之前
  Carl Meyer e35c70bef4 Fixed #23892 -- Clarified compatibility policy for migrations. 10 年之前
  Markus Holtermann f287bec583 Fixed #24184 -- Prevented automatic soft-apply of migrations 10 年之前
  Tim Graham c5d1a5ef5c Removed docs about unmigrated apps as they are not supported in Django 1.9. 10 年之前
  Tim Graham 570912a97d Added a "Writing migrations" how-to. 10 年之前
  Tim Graham c79faae761 Removed versionadded/changed notes for 1.7. 10 年之前
  Andrei Kulakov dbabf43920 Updated recommendation for testing keyword arg in custom fields. 10 年之前
  Tim Graham 7e8cf74dc7 Removed support for syncing apps without migrations per deprecation timeline. 10 年之前
  Tim Graham 4aa089a9a9 Removed support for custom SQL per deprecation timeline. 10 年之前
  Tim Graham f6463bb380 Removed the syncdb command per deprecation timeline. 10 年之前
  Loic Bistuer 8f4877c89d Fixed #22583 -- Allowed RunPython and RunSQL to provide hints to the db router. 10 年之前
  Tim Graham c87ee41954 Fixed #23861 -- Added an API to deprecate model fields. 10 年之前
  Alfred Perlstein db3f7c15cb Fixed #23749 -- Documented how to use the database alias in RunPython. 10 年之前
  Markus Holtermann aa5ef0d4fc Fixed #23822 -- Added support for serializing model managers in migration 10 年之前
  Carl Meyer d4bdddeefe Fixed #23982 -- Added doc note on generating Python 2/3 cross-compatible migrations. 10 年之前
  Carl Meyer dee3946a91 Fix malformed note directives. 10 年之前
  Tim Graham f0ff452451 Added a warning about nonexistent FK constraints when unmigrated apps depend on migrated ones. 10 年之前
  bahoo af7d66b4f2 Fixed typo in squashing migrations documentation 10 年之前
  Loic Bistuer bf1bb07bf0 Updated release notes following backport of a407b84. Refs #23365. 10 年之前
  Rudy Mutter a407b846b4 Fixed #23365 -- Added support for timezone-aware datetimes to migrations. 10 年之前
  Duane Hilton 054bdfeff1 Fixed #17638 -- Added crosslinks between topic and reference guides. 10 年之前
  Carl Meyer f5c932ddec How many is two? 10 年之前
  Markus Holtermann 066e672d79 Fixed #23473 -- Documented that @deconstructible classes need __eq__. 10 年之前
  Greg Brown b4d486c80f Note re migrations importing custom fields 10 年之前
  Andrew Godwin 45768e6b72 Update docs to be more clear about nested classes (refs #23418) 10 年之前