Add release notes for Django Evolution 2.1.3.

Review Request #11901 — Created Jan. 3, 2022 and submitted — Latest diff uploaded

Information

Django Evolution
release-2.x

Reviewers

This release fixes some upgrade issues that can occur with very old
databases, due to differences in how unique_together state was
serialized and compared, and due to attempting to apply evolutions to
newly-added models.

There's also a patch for ensuring compatibility between Django <= 1.11
and mysqlclient >= 2.1 on Python 3.

Built the release notes. Checked for spelling errors, build errors, and
link errors.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Add release notes for Django Evolution 2.1.3.
This release fixes some upgrade issues that can occur with very old databases, due to differences in how `unique_together` state was serialized and compared, and due to attempting to apply evolutions to newly-added models. There's also a patch for ensuring compatibility between Django <= 1.11 and `mysqlclient` >= 2.1 on Python 3.
1f8db1bd544721677dcd938556740d63bff6387c Christian Hammond
docs/conf.py
docs/releasenotes/2.1.3.rst
docs/releasenotes/index.rst
Loading...