Django-upgrade

Latest version: v1.24.0

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

Scan your dependencies

Page 4 of 6

1.10.0

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

* Add Django 3.2+ fixer to update ``requires_system_checks`` in management command classes.

Thanks to Bruno Alla in `PR 184 <https://github.com/adamchainz/django-upgrade/pull/184>`__.

1.9.0

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

* Add Django 4.0+ fixer to remove ``USE_L10N = True`` setting.

Thanks to Johnny Metz in `PR 173 <https://github.com/adamchainz/django-upgrade/pull/173>`__.

* Add fixer to remove outdated blocks based on comparing ``django.VERSION`` to old versions:

.. code-block:: diff

-if django.VERSION > (4, 1):
- constraint.validate()
+constraint.validate()

* Update Django 2.0+ URL fixer to rewrite ``re_path()`` calls into ``path()`` when eligible.

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

1.8.1

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

* Fix ``timezone.utc`` fixer to import and use ``timezone.utc`` correctly.

Thanks to Víðir Valberg Guðmundsson for the report in `Issue 172 <https://github.com/adamchainz/django-upgrade/issues/172>`__.

1.8.0

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

* Support Django 4.1 as a target version.

* Add Django 4.1+ fixer to rewrite imports of ``utc`` from ``django.utils.timezone`` to use
``datetime.timezone``.

Thanks to Hasan Ramezani in `PR 169 <https://github.com/adamchainz/django-upgrade/pull/169>`__.

1.7.0

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

* Support Python 3.11.

1.6.1

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

* Fix ``default_app_config`` fixer to work with ``__init__.py`` files in subdirectories.

Thanks to Bruno Alla in `PR 144 <https://github.com/adamchainz/django-upgrade/pull/144>`__.

* Add ``--version`` flag.

Thanks to Ferran Jovell in `PR 143 <https://github.com/adamchainz/django-upgrade/pull/143>`__.

Page 4 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.