diff options
author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-09-16 07:43:34 +0200 |
---|---|---|
committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-09-20 21:23:01 +0200 |
commit | 97237ad3feed80407ed1884ea84cf00fd9fea367 (patch) | |
tree | d087502fab09167246a610d7987d135c59288403 /docs/topics/migrations.txt | |
parent | 810bca5a1ae33a9c8b54a2a516aa5bb8ec013c3f (diff) | |
download | django-97237ad3feed80407ed1884ea84cf00fd9fea367.tar.gz |
Removed versionadded/changed annotations for 3.2.
Diffstat (limited to 'docs/topics/migrations.txt')
-rw-r--r-- | docs/topics/migrations.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/topics/migrations.txt b/docs/topics/migrations.txt index fe19f8abdb..d7daa69281 100644 --- a/docs/topics/migrations.txt +++ b/docs/topics/migrations.txt @@ -754,11 +754,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:: 3.2 - - Serialization support for pure and concrete path objects from - :mod:`pathlib`, and :class:`os.PathLike` instances was added. - Django cannot serialize: - Nested classes |