Skip to content

Releases: browniebroke/django-codemod

v0.2.0

10 May 12:34
Compare
Choose a tag to compare

Changes

⚠️ Breaking Changes

🚀 Enhancements

  • Support resolving django.utils.translation.ungettext_lazy deprecation (#17) @browniebroke
  • Support resolving django.utils.translation.ungettext deprecation (#16) @browniebroke
  • Support resolving django.utils.translation.ugettext_noop deprecation (#15) @browniebroke
  • Support resolving django.utils.translation.ugettext_lazy deprecation (#14) @browniebroke
  • Support resolving django.utils.translation.ugettext deprecation (#12) @browniebroke
  • Support smart_text deprecation, replace by smart_str (#10) @browniebroke
  • Refactor checks to use matchers (#8) @browniebroke

🗑 Removals

v0.1.1

07 May 18:42
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Fix bug for immediately invoked anonymous functions (#6) @browniebroke
  • Fix ForceTextToStrCommand when other imports are present in the file (#2) @browniebroke

First one

06 May 22:32
Compare
Choose a tag to compare

Changes

🚀 Enhancements