lamby / django-slack

Slack integration for Django, using the templating engine to generate messages
https://django-slack.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
241 stars 57 forks source link

Fix force_text to force_str #93

Closed CleitonDeLima closed 4 years ago

CleitonDeLima commented 4 years ago

force_text() is deprecated in favor of force_str()

force_text removed in Django 4

lamby commented 4 years ago

Neat, thanks! Released as 5.14.4. :+1: