Django 3.1.2 release notes
Django 3.1.2 fixes several bugs in 3.1.1.
- Fixed a regression in Django 3.1 where the
QuerySet.ordered
attribute returned incorrectlyTrue
for queries (e.g..annotate().values()
) on models withMeta.ordering
. A model’s doesn’t affect such queries (). - Fixed a bug in Django 3.1 where a test database was not synced during creation when using the
MIGRATE
test database setting (). - Fixed a regression in Django 3.1.1 where the admin changelist filter sidebar would not scroll for a long list of available filters (#31986).