summaryrefslogtreecommitdiff
path: root/docs/topics/migrations.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-09-02 21:49:07 -0400
committerTim Graham <timograham@gmail.com>2017-09-22 12:51:18 -0400
commit5446b72003790fc98bd926f7196b26cc5db63c5a (patch)
tree0ff9fe34b7f6c1c79e84d8f4fbea52fdfeb0baf3 /docs/topics/migrations.txt
parent2bd207ada0367debe8c8e298203435d5c88c14bd (diff)
downloaddjango-5446b72003790fc98bd926f7196b26cc5db63c5a.tar.gz
Removed versionadded/changed annotations for 1.11.
Diffstat (limited to 'docs/topics/migrations.txt')
-rw-r--r--docs/topics/migrations.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/topics/migrations.txt b/docs/topics/migrations.txt
index 6f0e3b912e..227d64d989 100644
--- a/docs/topics/migrations.txt
+++ b/docs/topics/migrations.txt
@@ -670,10 +670,6 @@ Django can serialize the following:
- Any class reference (must be in module's top-level scope)
- Anything with a custom ``deconstruct()`` method (:ref:`see below <custom-deconstruct-method>`)
-.. versionchanged:: 1.11
-
- Serialization support for ``uuid.UUID`` was added.
-
Django cannot serialize:
- Nested classes