https://github.com/adamchainz/django-upgrade
Automatically upgrade your Django projects.
https://github.com/adamchainz/django-upgrade
Last synced: 5 months ago
JSON representation
Automatically upgrade your Django projects.
- Host: GitHub
- URL: https://github.com/adamchainz/django-upgrade
- Owner: adamchainz
- License: mit
- Created: 2021-08-27T11:10:18.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T21:02:42.000Z (about 2 years ago)
- Last Synced: 2024-05-01T12:53:35.224Z (about 2 years ago)
- Language: Python
- Size: 685 KB
- Stars: 888
- Watchers: 19
- Forks: 54
- Open Issues: 20
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
- awesome-python-code-formatters - django-upgrade
- stars - adamchainz/django-upgrade - Automatically upgrade your Django projects. (Python)
README
==============
django-upgrade
==============
.. image:: https://img.shields.io/readthedocs/django-upgrade?style=for-the-badge
:target: https://django-upgrade.readthedocs.io/en/latest/
.. image:: https://img.shields.io/github/actions/workflow/status/adamchainz/django-upgrade/main.yml.svg?branch=main&style=for-the-badge
:target: https://github.com/adamchainz/django-upgrade/actions?workflow=CI
.. image:: https://img.shields.io/badge/Coverage-100%25-success?style=for-the-badge
:target: https://github.com/adamchainz/django-upgrade/actions?workflow=CI
.. image:: https://img.shields.io/pypi/v/django-upgrade.svg?style=for-the-badge
:target: https://pypi.org/project/django-upgrade/
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg?style=for-the-badge
:target: https://github.com/psf/black
.. image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=for-the-badge
:target: https://github.com/pre-commit/pre-commit
:alt: pre-commit
----
.. figure:: https://raw.githubusercontent.com/adamchainz/django-upgrade/main/docs/_static/logo.svg
:alt: django-upgrade logo
:align: center
Automatically upgrade your Django project code.
Documentation
-------------
Please see https://django-upgrade.readthedocs.io/.