From 2d8232fa716f5fe46eec9f35a0e90c2d0f126279 Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Fri, 24 Dec 2021 18:37:22 -0500 Subject: Fixed #26760 -- Added --prune option to migrate command. --- docs/topics/migrations.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/topics') diff --git a/docs/topics/migrations.txt b/docs/topics/migrations.txt index d7daa69281..73dec300e0 100644 --- a/docs/topics/migrations.txt +++ b/docs/topics/migrations.txt @@ -715,6 +715,13 @@ You must then transition the squashed migration to a normal migration by: Once you've squashed a migration, you should not then re-squash that squashed migration until you have fully transitioned it to a normal migration. +.. admonition:: Pruning references to deleted migrations + + .. versionadded:: 4.1 + + If it is likely that you may reuse the name of a deleted migration in the + future, you should remove references to it from Django’s migrations table + with the :option:`migrate --prune` option. .. _migration-serializing: -- cgit v1.3