Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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