Changelog

v1.1.3 (2024-05-06)

Fix

  • Update dependency django to v4.2.12 (d71d62d)

v1.1.2 (2024-03-11)

Fix

  • Update dependency django to v4.2.11 (c2abf8a)

Test

  • Reorganise test apps to enable adding more cases (#103) (c4fc2ee)

v1.1.1 (2024-02-06)

Fix

  • Update dependency django to v4.2.10 (d0e7164)

v1.1.0 (2024-01-24)

Feature

  • Add settings to run some apps first and last (#81) (81e18c4)

  • Add setting to run other admin commands at the end (#79) (1f87053)

  • Improve logging of remakemigrations command (#78) (0688b8b)

Fix

  • Simplify migration name generation (#80) (40a8b00)

v1.0.0 (2023-11-15)

v0.3.2 (2023-11-01)

Documentation

  • Add dmytrolitvinov as a contributor for doc (#34) (03d4a0e)

Fix

  • Typo in an url mentioned in the readme.md (#33) (58c3f5b)

v0.3.1 (2023-11-01)

Fix

  • Update dependency django to v4.2.7 (#31) (c330296)

Documentation

  • Write the initial version of the docs (#21) (d3ac7c8)

v0.3.0 (2023-10-17)

Test

  • Handle edge case on windows (7891b71)

  • Improve test cases by adding another app (2792b1c)

Feature

  • Remove graph file and the need for base_dir setting (7ee4f06)

  • Remake all migrations in one step (89c93e4)

Fix

  • Invalidate imported migration modules when they are removed (7b5da27)

v0.2.1 (2023-10-17)

Fix

  • Replaces property should be a list of tuples (0e88afe)

v0.2.0 (2023-10-13)

Test

Feature

  • Declare official support for django 5.0 (aa1c465)

Fix

  • Change file type for graph file from pickle to json (5153293)

v0.1.0 (2023-10-09)

Feature

  • First version of the command (00e761c)

Documentation

  • Add @browniebroke as a contributor (33a03d3)