Collections of libCST codemodders to upgrade Django
Project description
Django Codemod
Collections of libCST codemodder to help upgrades to newer versions of Django.
Features
This is based on libCST and implements codemods for it. This is currently very limited but the aim is to add more for helping with upcoming deprecations.
Currently implemented codemodders are listed below and grouped by the version of Django where deprecations are removed.
Not finding what you need? I'm open to contributions, please send me a pull request.
Django 4.0
All these are in the module django_codemod.commands.django_40
:
ForceTextToForceStrCommand
: migrate deprecatedforce_text()
function toforce_str()
.SmartTextToForceStrCommand
: migrate deprecatedsmart_text()
function tosmart_str()
.UGetTextToGetTextCommand
: migrate deprecatedugettext()
function togettext()
.UGetTextLazyToGetTextLazyCommand
: migrate deprecatedugettext_lazy()
function togettext_lazy()
.UGetTextNoopToGetTextNoopCommand
: migrate deprecatedugettext_noop()
function togettext_noop()
.UNGetTextToNGetTextCommand
: migrate deprecatedungettext()
function tongettext()
.UNGetTextLazyToNGetTextLazyCommand
: migrate deprecatedungettext_lazy()
function tongettext_lazy()
.URLToRePathCommand
: migrate deprecatedurl()
function tore_path()
.
Django 3.2
All these are in the module django_codemod.commands.django_32
:
Nothing these yet!
Django 3.1
All these are in the module django_codemod.commands.django_31
:
Nothing these yet!
Django 3.0
All these are in the module django_codemod.commands.django_30
:
RenderToResponseToRenderCommand
: migrate deprecatedrender_to_response()
function torender()
.
Contributors ✨
Thanks goes to these wonderful people (emoji key):
Bruno Alla 💻 🐛 📖 |
Adam Johnson 📖 |
This project follows the all-contributors specification. Contributions of any kind welcome!
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django-codemod-0.4.0.tar.gz
.
File metadata
- Download URL: django-codemod-0.4.0.tar.gz
- Upload date:
- Size: 13.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fafb8591a355660ef5e350e3441d98c38456a778005f979341e3f7dada842f51 |
|
MD5 | 6eebc537063f622d458e6aa5e4860de6 |
|
BLAKE2b-256 | 2e22340b8bbc01927b4302a97eeaee2a9afe17dc1acb157f7e9e4d5f08c713d9 |
File details
Details for the file django_codemod-0.4.0-py2.py3-none-any.whl
.
File metadata
- Download URL: django_codemod-0.4.0-py2.py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2fcd175be8e123a3178cf21a53cbbd2dfe531a7675d48b0c7b8c002edc419c9c |
|
MD5 | 41b0dae01c908744c8a00851f19a8903 |
|
BLAKE2b-256 | f7e7731886c3e2d3bb3f74901f81887a44d47c82ec2b6983505719ebc52ec01e |