1.8.8.txt 520 B

1234567891011121314151617181920
  1. ==========================
  2. Django 1.8.8 release notes
  3. ==========================
  4. *Under development*
  5. Django 1.8.8 fixes several bugs in 1.8.7.
  6. Bugfixes
  7. ========
  8. * Fixed incorrect ``unique_together`` field name generation by ``inspectdb``
  9. (:ticket:`25274`).
  10. * Corrected ``__len`` query lookup on ``ArrayField`` for empty arrays
  11. (:ticket:`25772`).
  12. * Restored the ability to use custom formats from ``formats.py`` with
  13. ``django.utils.formats.get_format()`` and the ``date`` template filter
  14. (:ticket:`25812`).