Skip to content

Commit b6dc726

Browse files
committed
Version 1.19.0
1 parent d940d0e commit b6dc726

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog
33
=========
44

5+
1.19.0 (2024-06-27)
6+
-------------------
7+
58
* Add Django 4.2+ fixer to rewrite ``index_together`` declarations into ``indexes`` declarations in model ``Meta`` classes.
69
This fixer can make changes that require migrations.
710
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66

77
[project]
88
name = "django-upgrade"
9-
version = "1.18.0"
9+
version = "1.19.0"
1010
description = "Automatically upgrade your Django project code."
1111
readme = "README.rst"
1212
keywords = [

0 commit comments

Comments
 (0)