We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d940d0e commit b6dc726Copy full SHA for b6dc726
CHANGELOG.rst
@@ -2,6 +2,9 @@
2
Changelog
3
=========
4
5
+1.19.0 (2024-06-27)
6
+-------------------
7
+
8
* Add Django 4.2+ fixer to rewrite ``index_together`` declarations into ``indexes`` declarations in model ``Meta`` classes.
9
This fixer can make changes that require migrations.
10
Add a `test for pending migrations <https://adamj.eu/tech/2024/06/23/django-test-pending-migrations/>`__ to ensure that you do not miss these.
pyproject.toml
@@ -6,7 +6,7 @@ requires = [
[project]
name = "django-upgrade"
-version = "1.18.0"
+version = "1.19.0"
description = "Automatically upgrade your Django project code."
11
readme = "README.rst"
12
keywords = [
0 commit comments