Skip to content

Conversation

al-beton
Copy link

@al-beton al-beton commented May 8, 2024

Adding support for Django 4.0+ in a non-breaking manner consistent with the way Django 1.7+ support was handled.

(Django 4.0+ depreciated conf.urls.url, utils.encoding.force_text, utils.translation.ugettext, and utils.translation.ugettext_lazy. These functions were replaced with re_path, force_str, gettext, and gettext_lazy.)

Source: https://docs.djangoproject.com/en/5.0/releases/4.0/#features-removed-in-4-0

…depreciated conf.urls.url, utils.encoding.force_text, utils.translation.ugettext, and utils.translation.ugettext_lazy. These functions were replaced with re_path, force_str, gettext, and gettext_lazy.) Source: https://docs.djangoproject.com/en/5.0/releases/4.0/#features-removed-in-4-0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant