summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
authorSimon Charette <charette.s@gmail.com>2015-11-25 12:31:23 -0500
committerSimon Charette <charette.s@gmail.com>2015-11-26 11:14:47 -0500
commitcc2ca9c550fbf8fca8684b373a3c8e3618eea08e (patch)
treef609b8775ae1ad21d5d706a625c0a432e615643a /docs/releases
parent831514867c9a2f8321ef15d0de25352a5b9ee3b9 (diff)
Fixed #25807 -- Instructed the migration writer about lazy objects.
Thanks to Trac alias mrgaolei for the report, Baptiste for the confirmation and Tim for the review.
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/1.9.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/1.9.txt b/docs/releases/1.9.txt
index 7980579a3a..7929bc969e 100644
--- a/docs/releases/1.9.txt
+++ b/docs/releases/1.9.txt
@@ -451,7 +451,8 @@ Migrations
:djadminopt:`migrate --fake-initial <--fake-initial>` to more easily detect
initial migrations.
-* Added support for serialization of ``functools.partial`` objects.
+* Added support for serialization of ``functools.partial`` and ``LazyObject``
+ instances.
* When supplying ``None`` as a value in :setting:`MIGRATION_MODULES`, Django
will consider the app an app without migrations.