Notes de publication de Django 2.1.13

October 1, 2019

Django 2.1.13 fixes a regression in 2.1.11.

Correction de bogues

  • Fixed a crash when filtering with a Subquery() annotation of a queryset containing django.contrib.postgres.fields.JSONField or HStoreField (#30769).
Back to Top