Updated release notes following backport of a407b84. Refs #23365.

This commit is contained in:
Loic Bistuer 2014-10-09 22:48:23 +07:00
parent f633ba778d
commit bf1bb07bf0
3 changed files with 4 additions and 3 deletions

View file

@ -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.