Skip to content

Commit

Permalink
Merge pull request #21 from adamchainz/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke committed May 10, 2020
2 parents 6ab6641 + edaade1 commit 7226e53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ to add more for helping with upcoming deprecations.
Currently implemented:

* ``django_codemod.commands.django_40.ForceTextToForceStrCommand``: migrate deprecated
``force_str()`` function to ``force_str()``.
``force_text()`` function to ``force_str()``.

* ``django_codemod.commands.django_40.SmartTextToForceStrCommand``: migrate deprecated
``smart_str()`` function to ``smart_str()``.
``smart_text()`` function to ``smart_str()``.

* ``django_codemod.commands.django_40.UGetTextToGetTextCommand``: migrate deprecated
``ugettext()`` function to ``gettext()``.
Expand Down

0 comments on commit 7226e53

Please sign in to comment.