Added release note for the UUID serialization backport

Refs #25019.
This commit is contained in:
Claude Paroz 2015-07-10 08:59:45 +02:00
parent 846cb6fef7
commit 2e05ef4e18
1 changed files with 2 additions and 1 deletions

View File

@ -9,4 +9,5 @@ Django 1.8.4 fixes several bugs in 1.8.3.
Bugfixes
========
* ...
* Added the ability to serialize values from the newly added
:class:`~django.db.models.UUIDField` (:ticket:`25019`).