Changes
⚠️ Breaking Changes
- Rename commands to reflect the functions they work with (#13) @browniebroke
- Rename module and extract logic out into a base command (#9) @browniebroke
🚀 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
- Remove unused entry point (#18) @browniebroke