Commit History

Author SHA1 Message Date
  Georgi Yanchev 64b1ac7292 Fixed #24529 -- Allowed double squashing of migrations. 1 month ago
  Natalia 05cce083ad Removed versionadded/changed annotations for 5.0. 9 months ago
  Cole D e1431dd92e Made confirmation prompt in squashmigrations consistent with other prompts. 10 months ago
  Amir Karimi 27a3eee721 Fixed #31700 -- Made makemigrations command display meaningful symbols for each operation. 1 year ago
  Nicolas Lupien d4c583682e Fixed #35015 -- Updated MySQL notes in migrations topic. 1 year ago
  Mariusz Felisiak 295467c04a Removed versionadded/changed annotations for 4.2. 1 year ago
  Nick Pope f92e68c30a Fixed #34822 -- Added support for serializing functions decorated with functools.lru_cache in migrations. 1 year ago
  Nick Pope c131949e3e Refs #34822 -- Added tests for serializing decorated functions in migrations. 1 year ago
  Mariusz Felisiak 1136aa5005 Refs #23528 -- Made cosmetic edits to swappable_dependency() docs. 1 year ago
  DevilsAutumn 7d96ce68ae Fixed #23528 -- Doc'd django.db.migrations.swappable_dependency(). 1 year ago
  django-bot 14459f80ee Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 2 years ago
  Carlton Gibson 534ac48297 Refs #34140 -- Applied rst code-block to non-Python examples. 2 years ago
  Mariusz Felisiak 490cccbe7e Removed versionadded/changed annotations for 4.1. 2 years ago
  Trey Hunner fad070b07b Improved readability of string interpolation in frequently used examples in docs. 2 years ago
  Willem Van Onsem 16fffc829c Fixed #33916 -- Added support for serialization of enum.Flag in migrations. 2 years ago
  Mariusz Felisiak a1e9e9abc5 Refs #27236 -- Reverted "Refs #27236 -- Added generic mechanism to handle the deprecation of migration operations." 2 years ago
  David Wobrock 41019e48bb Refs #27236 -- Added generic mechanism to handle the deprecation of migration operations. 2 years ago
  Mariusz Felisiak 37470bbd90 Fixed #33675 -- Dropped support for PostgreSQL 10 and PostGIS 2.4. 2 years ago
  David ce586ed693 Removed hyphen from pre-/re- prefixes. 2 years ago
  Jacob Walls 2d8232fa71 Fixed #26760 -- Added --prune option to migrate command. 3 years ago
  Mariusz Felisiak 97237ad3fe Removed versionadded/changed annotations for 3.2. 3 years ago
  David Smith 1cba320786 Refs #32956 -- Changed "afterwards" to "afterward" in docs and comments. 3 years ago
  David Sanders 5685b7cd73 Fixed typos in comments and docs. 3 years ago
  Caio Ariede 9ca22c7733 Fixed #26962 -- Doc'd running migrations in transactions. 4 years ago
  Nick Pope 074844e947 Fixed #31529 -- Added support for serialization of pathlib.Path/PurePath and os.PathLike in migrations. 4 years ago
  Adam Johnson b15b3706fe Improved docs on migration reversibility. (#12619) 4 years ago
  Shipeng Feng 8058d9d7ad Fixed #30955 -- Doc'd that only concrete base models are stored in historical models bases. 5 years ago
  David Vaz 45554fd5c5 Fixed #30597 -- Clarified how to unapply migrations. 5 years ago
  Mariusz Felisiak aad46ee274 Refs #27910 -- Doc'd support for enumeration types serialization in migrations. 5 years ago
  Mariusz Felisiak bc46e386c7 Refs #30350 -- Doc'd support for range serialization in migrations. 5 years ago