Commit History

Author SHA1 Message Date
  David Sanders d36ecbd530 [5.0.x] Doc'd that RemoveField also drops related database objects in PostgreSQL. 11 months ago
  django-bot 14459f80ee Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 2 years ago
  Mariusz Felisiak 490cccbe7e Removed versionadded/changed annotations for 4.1. 2 years ago
  kimsoungryoul 78f163a4fb Fixed #18468 -- Added support for comments on columns and tables. 2 years ago
  Mariusz Felisiak 7e3c9c3205 Refs #27236 -- Doc'd that AlterIndexTogether is no longer officially supported for Django 4.2+ migration files. 2 years ago
  Mariusz Felisiak c773d5794e Refs #27236 -- Reverted AlterIndexTogether deprecation. 2 years ago
  David Wobrock a6385b382e Fixed #27236 -- Deprecated Meta.index_together in favor of Meta.indexes. 2 years ago
  David Wobrock eacd4977f6 Refs #27064 -- Added RenameIndex migration operation. 2 years ago
  Mariusz Felisiak 97237ad3fe Removed versionadded/changed annotations for 3.2. 3 years ago
  Adam Johnson fa58450a9a Fixed #31468 -- Allowed specifying migration filename in Operation. 5 years ago
  Adam Johnson d17b380653 Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments. 4 years ago
  Adam Johnson e9b014fbc5 Refs #31320 -- Warned against using BEGIN/COMMIT in RunSQL. 5 years ago
  Adam Johnson b15b3706fe Improved docs on migration reversibility. (#12619) 5 years ago
  Tim Graham 291539a85c Removed obsolete references to South database migrations. 5 years ago
  Adam Johnson a9ee6872bd Clarified SeparateDatabaseAndState docs and added example of changing ManyToManyField. 5 years ago
  Mariusz Felisiak a49c2b6bf0 Removed outdated note about not supporting partial indexes by Django. 5 years ago
  Caio Ariede 06909fe084 Fixed #28273 -- Doc'd fast nullable column creation with defaults. 5 years ago
  Mariusz Felisiak 416c584cab Removed versionadded/changed annotations for 2.2. 5 years ago
  Tobias Kunze 4a954cfd11 Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty. 5 years ago
  Akash Agrawal c1b26c77a9 Fixed #30696 -- Removed obsolete mention of CheckConstraint in the AddConstraint docs. 5 years ago
  Jozef 5bbf31634f Fixed typo in docs/ref/migration-operations.txt. 6 years ago
  Tim Graham f82be9ebc7 Fixed #29934 -- Added sqlparse as a require dependency. 6 years ago
  Ian Foote 952f05a6db Fixed #11964 -- Added support for database check constraints. 8 years ago
  Brett Cannon 64b74804c5 Fixed #29334 -- Updated pypi.python.org URLs to pypi.org. 7 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