Releases: browniebroke/django-codemod
Releases · browniebroke/django-codemod
v1.3.4
Fix
- Don't confuse kwargs with symbol to codemod (
f576347
)
v1.3.2
Fix
- Bug when
url()
route uses the regex
kwarg (b7bcc3d
)
v1.3.1
Fix
- Pin libCST to 0.3.13 (
8269370
)
- Support another slug pattern (
a4ce0cb
)
- Migrate partial patterns to path (
202a6b3
)
v1.3.0
Feature
- Add fixer for
django.utils.http.cookie_date
(a3e12d1
)
Documentation
v1.2.0
Feature
Fix
- Add pathspec to dependencies (
2cb8a82
)
v1.1.0
Feature
- Ignore files according to .gitignore (
ae74273
)
Fix
- deps: Update dependency myst-parser to ^0.13.0 (
c9ac21a
)
- deps: Update dependency rich to v9 (
6818668
)
Documentation
- Rework documentation (
5e9dc2b
)
- Make recommended command less error prone (
fc51862
)
v1.0.0
Feature
- Migrate packaging to Poetry (
8ed12c8
)
Breaking
v0.21.0
Feature
- Cli: add --codemod option (
0ffe315
)
- Add codemod to add a length parameter to get_random_string() (
f88f56d
)
- Add find_keyword_arg utility (
111dd37
)
- Add a transformer for the new core JSONField in Django 3.1 (
7ca1c99
)
Fix
- Avoid changing import list if old name is new name (
c3fecb3
)
- Allow both removed-in and deprecated-in as well as multiple arguments for both (
d89676b
)
- Sort valid versions semantically (
ab4c20e
)
v0.20.0
Feature
- CLI: Support multiple target
path
arguments (8dafb0f
)
- URLs: allow
path()
instead of re_path()
if a path contains dashes (de744cf
)