mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #25390 -- Allowed specifying a start migration in squashmigrations
Thanks Tim Graham for the review.
This commit is contained in:
@@ -473,6 +473,9 @@ Migrations
|
||||
applied and others are being unapplied. This was never officially supported
|
||||
and never had a public API that supports this behavior.
|
||||
|
||||
* The :djadmin:`squashmigrations` command now supports specifying the starting
|
||||
migration from which migrations will be squashed.
|
||||
|
||||
Models
|
||||
^^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user