Commit History

Author SHA1 Message Date
  Brett Cannon 64b74804c5 Fixed #29334 -- Updated pypi.python.org URLs to pypi.org. 6 years ago
  Tim Graham 5446b72003 Removed versionadded/changed annotations for 1.11. 7 years ago
  Arkadiusz Adamski a76d12ceb4 Removed unused imports in example migrations. 8 years ago
  Claude Paroz d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 years ago
  Tim Graham e27e4c0339 Removed versionadded/changed annotations for 1.10. 8 years ago
  Markus Holtermann 45ded053b1 Fixed #27666 -- Delayed rendering of recursivly related models in migration operations. 8 years ago
  Akshesh 6a8372e6ec Fixed #26808 -- Added Meta.indexes for class-based indexes. 8 years ago
  Akshesh b1e7d19d4c Refs #26709 -- Required a name for Indexes passed to AddIndex. 8 years ago
  Akshesh 156e2d59cf Fixed #26709 -- Added class-based indexes. 8 years ago
  Pankrat f91a04621e Fixed #25833 -- Added support for non-atomic migrations. 9 years ago
  rowanv a6ef025dfb Fixed #26124 -- Added missing code formatting to docs headers. 9 years ago
  Tim Graham 55481bcdee Fixed #25917 -- Clarified reversibility of RemoveField. 9 years ago
  Simon Charette 729e0b086d Fixed #24109 -- Allowed RunSQL and RunPython operations to be elided. 9 years ago
  Gen1us2k a1d0c60fa0 Added docs example for manually creating a column with RunSQL. 9 years ago
  Tim Graham 931b946e29 Fixed typo in docs/ref/migration-operations.txt. 9 years ago
  Rob Hudson 021782d22b Corrected use of 'affect' vs 'effect' in docs. 9 years ago
  Tim Graham 54848a96dd Removed versionadded/changed annotations for 1.8. 9 years ago
  Flavio Curella 95edabb45e Fixed #25430 -- Fixed incorrect RunSQL examples. 9 years ago
  Bibhas 4283a03843 Fixed #25371 -- Added reverse_sql and reverse_code examples to docs. 9 years ago
  Tyson Clugg 73df1040a2 Cleaned up example migration files in docs 9 years ago
  Tim Graham 2fbea621e6 Capitalized "Python" in docs. 9 years ago
  Tim Graham 307acc745a Fixed #24630 -- Clarified docs about RunPython transactions. 9 years ago
  Marten Kenbeek 1a1f16d67d Fixed #24591 -- Optimized cloning of ModelState objects. 10 years ago
  Tim Graham c79faae761 Removed versionadded/changed notes for 1.7. 10 years ago
  Tim Graham 28308078f3 Fixed #22603 -- Reorganized classes in django.db.backends. 10 years ago
  Loic Bistuer 8f4877c89d Fixed #22583 -- Allowed RunPython and RunSQL to provide hints to the db router. 10 years ago
  Markus Holtermann c8bac4b556 Fixed #24098 -- Added no-op attributes to RunPython and RunSQL 10 years ago
  Claude Paroz 2c0f64b5f6 Updated migration docs to match changes from a159b1fac 10 years ago
  Markus Holtermann aa5ef0d4fc Fixed #23822 -- Added support for serializing model managers in migration 10 years ago
  Markus Holtermann f633ba778d Fixed #23609 -- Fixed IntegrityError that prevented altering a NULL column into a NOT NULL one due to existing rows 10 years ago