Skip to content

Releases: browniebroke/django-codemod

v1.0.0

11 Nov 09:35
Compare
Choose a tag to compare

Feature

  • Migrate packaging to Poetry (8ed12c8)

Breaking

v0.21.0

19 Oct 10:59
Compare
Choose a tag to compare

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

13 Oct 08:56
Compare
Choose a tag to compare

Feature

  • CLI: Support multiple target path arguments (8dafb0f)
  • URLs: allow path() instead of re_path() if a path contains dashes (de744cf)

v0.19.0

10 Oct 15:09
Compare
Choose a tag to compare

Feature

  • Add support for Python 3.9 (904ba55)

Documentation

v0.18.0

21 Sep 10:37
Compare
Choose a tag to compare

Feature

  • Remove the weak argument from Signal.disconnect() (ab41491)
  • Add a transformer for assignment_tag (cb8afdd)

v0.17.5

17 Sep 21:54
Compare
Choose a tag to compare

Fix

  • More version bump to test deployment (ece3df2)

v0.17.4

17 Sep 21:36
Compare
Choose a tag to compare

Fix

  • No actual changes, version bump to test deployment (d0824c2)

v0.17.3

17 Sep 19:40
Compare
Choose a tag to compare

Fix

v0.17.2

17 Sep 18:52
Compare
Choose a tag to compare

Fix

  • No actual changes, version bump to test deployment (10e16e3)

Documentation

v0.17.1

17 Sep 18:14
Compare
Choose a tag to compare

No actual changes, just a minor version bump to test new deployment.