1
0
mirror of https://github.com/django/django.git synced 2024-11-18 07:26:04 +00:00
django/docs/releases/1.8.4.txt
2015-07-10 09:00:19 +02:00

14 lines
284 B
Plaintext

==========================
Django 1.8.4 release notes
==========================
*Under development*
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`).