Browse Source

Added release note for the UUID serialization backport

Refs #25019.
Claude Paroz 9 năm trước cách đây
mục cha
commit
2e05ef4e18
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      docs/releases/1.8.4.txt

+ 2 - 1
docs/releases/1.8.4.txt

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