2015-07-10 06:51:16 +00:00
|
|
|
==========================
|
|
|
|
Django 1.8.4 release notes
|
|
|
|
==========================
|
|
|
|
|
|
|
|
*Under development*
|
|
|
|
|
|
|
|
Django 1.8.4 fixes several bugs in 1.8.3.
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2015-07-10 06:59:45 +00:00
|
|
|
* Added the ability to serialize values from the newly added
|
|
|
|
:class:`~django.db.models.UUIDField` (:ticket:`25019`).
|
2015-07-11 17:15:38 +00:00
|
|
|
|
|
|
|
* Added a system check warning if the old ``TEMPLATE_*`` settings are defined
|
|
|
|
in addition to the new ``TEMPLATES`` setting.
|
2015-07-22 18:54:42 +00:00
|
|
|
|
|
|
|
* Fixed ``QuerySet.raw()`` so ``InvalidQuery`` is not raised when using the
|
|
|
|
``db_column`` name of a ``ForeignKey`` field with ``primary_key=True``
|
|
|
|
(:ticket:`12768`).
|
2015-07-26 16:42:21 +00:00
|
|
|
|
|
|
|
* Prevented an exception in ``TestCase.setUpTestData()`` from leaking the
|
|
|
|
transaction (:ticket:`25176`).
|