mirror of https://github.com/django/django.git
15 lines
376 B
Plaintext
15 lines
376 B
Plaintext
==========================
|
|
Django 3.2.2 release notes
|
|
==========================
|
|
|
|
*Expected June 1, 2021*
|
|
|
|
Django 3.2.2 fixes several bugs in 3.2.1.
|
|
|
|
Bugfixes
|
|
========
|
|
|
|
* Prevented, following a regression in Django 3.2.1, :djadmin:`makemigrations`
|
|
from generating infinite migrations for a model with ``Meta.ordering``
|
|
contained ``OrderBy`` expressions (:ticket:`32714`).
|