diff options
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/migrations.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/migrations.txt b/docs/topics/migrations.txt index dfee3df7ca..40f7cac4aa 100644 --- a/docs/topics/migrations.txt +++ b/docs/topics/migrations.txt @@ -550,7 +550,7 @@ 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.8 +.. versionchanged:: 1.7.1 Support for serializing timezone-aware datetimes was added. |
