Releases: browniebroke/django-codemod
Releases · browniebroke/django-codemod
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
)
v0.19.0
Feature
- Add support for Python 3.9 (
904ba55
)
Documentation
v0.18.0
Feature
- Remove the weak argument from Signal.disconnect() (
ab41491
)
- Add a transformer for assignment_tag (
cb8afdd
)
v0.17.5
Fix
- More version bump to test deployment (
ece3df2
)
v0.17.4
Fix
- No actual changes, version bump to test deployment (d0824c2)
v0.17.2
Fix
- No actual changes, version bump to test deployment (10e16e3)
Documentation
v0.17.1
No actual changes, just a minor version bump to test new deployment.