Commit 2e05ef4e authored by Claude Paroz's avatar Claude Paroz
Browse files

Added release note for the UUID serialization backport

Refs #25019.
parent 846cb6fe
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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`).