mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #24919 -- Allowed disabling of migrations on a per app basis
This commit is contained in:
@@ -446,6 +446,9 @@ Migrations
|
||||
|
||||
* Added support for serialization of ``functools.partial`` objects.
|
||||
|
||||
* When supplying ``None`` as a value in :setting:`MIGRATION_MODULES`, Django
|
||||
will consider the app an app without migrations.
|
||||
|
||||
Models
|
||||
^^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user