Django-upgrade

Latest version: v1.24.0

Safety actively analyzes 723929 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 6

1.21.0

-------------------

* Add Django 5.0+ fixer to rewrite ``format_html()`` calls without ``args`` or ``kwargs`` probably using ``str.format()`` incorrectly.

`Issue 477 <https://github.com/adamchainz/django-upgrade/issues/477>`__.

1.20.0

-------------------

* Fix the ``admin_register`` fixer to avoid rewriting when there are duplicate ``ModelAdmin`` classes in the file.

`Issue 471 <https://github.com/adamchainz/django-upgrade/issues/471>`__.

1.19.0

-------------------

* Add Django 4.2+ fixer to rewrite ``index_together`` declarations into ``indexes`` declarations in model ``Meta`` classes.
This fixer can make changes that require migrations.
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.

`PR 464 <https://github.com/adamchainz/django-upgrade/pull/464>`__.

* Fix tracking of AST node parents.
This may have fixed some subtle bugs in these fixers:

* ``admin_register``
* ``assert_form_error``
* ``default_app_config``
* ``management_commands``
* ``request_headers``
* ``settings_database_postgresql``
* ``settings_storages``
* ``testcase_databases``
* ``use_l10n``
* ``utils_timezone``

If you see any new changes, or had them previously disabled, please report an issue so we can extra tests to the test suite.

`PR 465 <https://github.com/adamchainz/django-upgrade/pull/465>`__.

1.18.0

-------------------

* Support Django 5.1 as a target version.

* Add Django 5.1+ fixer to rewrite the ``check`` keyword argument of ``CheckConstraint`` to ``condition``.

1.17.0

-------------------

* Add fixer selection options: ``--only <name>``, ``--skip <name>``, and ``--list-fixers``.

Thanks to Gav O'Connor and David Szotten in `PR 443 <https://github.com/adamchainz/django-upgrade/pull/443>`__.

* Run per-file conditions once, yielding a performance improvement of ~2% measured on a real-world project.

1.16.0

-------------------

* Remove the Django 5.0+ fixer that dropped ``.choices`` from model field ``choices`` parameters.
It was too unreliable because it could break use for “DIY” enumeration types.

Thanks to Niccolò Mineo and washeck for reporting in `Issue 417 <https://github.com/adamchainz/django-upgrade/issues/417>`__.

* Add Django 1.10+ fixer to rewrite ``request.user`` functions that changed to boolean attributes: ``is_authenticated`` and ``is_anonymous``.

Thanks to Alessandro Ferrini in `PR 423 <https://github.com/adamchainz/django-upgrade/pull/423>`__.

* Add Django 2.0+ imports fixes for names moved from ``django.core.urlresolvers`` to ``django.urls``.

Thanks to Thibaut Decombe in `PR 404 <https://github.com/adamchainz/django-upgrade/pull/404>`__.

Page 2 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.