3.0.7.txt 623 B

1234567891011121314151617181920
  1. ==========================
  2. Django 3.0.7 release notes
  3. ==========================
  4. *Expected June 1, 2020*
  5. Django 3.0.7 fixes several bugs in 3.0.6.
  6. Bugfixes
  7. ========
  8. * Fixed a regression in Django 3.0 by restoring the ability to use field
  9. lookups in ``Meta.ordering`` (:ticket:`31538`).
  10. * Fixed a regression in Django 3.0 where ``QuerySet.values()`` and
  11. ``values_list()`` crashed if a queryset contained an aggregation and a
  12. subquery annotation (:ticket:`31566`).
  13. * Fixed a regression in Django 3.0 where aggregates used wrong annotations when
  14. a queryset has multiple subqueries annotations (:ticket:`31568`).