1
0
mirror of https://github.com/django/django.git synced 2024-12-28 03:55:50 +00:00

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

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`).