diff options
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/1.9.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.9.txt b/docs/releases/1.9.txt index 463ef62688..73b2cffb8c 100644 --- a/docs/releases/1.9.txt +++ b/docs/releases/1.9.txt @@ -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 ^^^^^^ |
