Skip to content

Releases: browniebroke/django-codemod

v0.8.1

07 Jun 16:56
Compare
Choose a tag to compare

πŸ› Bug Fixes

  • Support fixing calls to base class has_add_permission in Admin Inline (#83) @browniebroke

πŸ“– Documentation updates

βœ… Testing

v0.8.0

02 Jun 22:49
Compare
Choose a tag to compare

πŸš€ Enhancements

πŸ› Bug Fixes

v0.7.0

23 May 19:22
Compare
Choose a tag to compare

πŸš€ Enhancements

πŸ› Bug Fixes

  • Make sure the function to rename is imported before renaming (#54) @browniebroke

πŸ“– Documentation updates

  • Updates README.me with proper travis badge (#50) @sobolevn

v0.6.0

22 May 14:52
Compare
Choose a tag to compare

πŸš€ Enhancements

  • Add the obj argument to InlineModelAdmin.has_add_permission() (#45) @browniebroke

πŸ› Bug Fixes

πŸ—‘ Removals

v0.5.0

13 May 17:20
Compare
Choose a tag to compare

πŸš€ Enhancements

  • New commands to fix all deprecations for a given version of Django (#37) @browniebroke
  • Refactor & move main logic from commands to visitors (#36) @browniebroke
  • Refactor BaseSimpleFuncRename to simplify implementing new codemod (#32) @browniebroke

πŸ“– Documentation updates

v0.4.0

11 May 13:07
Compare
Choose a tag to compare

πŸš€ Enhancements

  • Resolve deprecation for django.shortcuts.render_to_response() (#25) @browniebroke

πŸ“– Documentation updates

v0.3.0

10 May 16:38
Compare
Choose a tag to compare

πŸš€ Enhancements

πŸ“– Documentation updates

v0.2.1

10 May 12:49
Compare
Choose a tag to compare

Changes

Mostly changes in packaging.

πŸš€ Enhancements

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