1
0
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:
Markus Holtermann
2015-09-12 10:23:10 +10:00
parent ec704371e3
commit a3c01b0dd8
4 changed files with 38 additions and 0 deletions

View File

@@ -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
^^^^^^