mirror of
https://github.com/Hopiu/django.git
synced 2026-05-23 14:25:57 +00:00
16 lines
355 B
Text
16 lines
355 B
Text
==========================
|
|
Django 1.8.8 release notes
|
|
==========================
|
|
|
|
*Under development*
|
|
|
|
Django 1.8.8 fixes several bugs in 1.8.7.
|
|
|
|
Bugfixes
|
|
========
|
|
|
|
* Fixed incorrect ``unique_together`` field name generation by ``inspectdb``
|
|
(:ticket:`25274`).
|
|
|
|
* Corrected ``__len`` query lookup on ``ArrayField`` for empty arrays
|
|
(:ticket:`25772`).
|