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

Add Django 4.0 compatibility #123

Merged
merged 4 commits into from
Nov 8, 2021
Merged

Add Django 4.0 compatibility #123

merged 4 commits into from
Nov 8, 2021

Conversation

rbarrois
Copy link
Owner

@rbarrois rbarrois commented Nov 8, 2021

Closes #121 ; #113 ; #122.

The actual implementation keeps the backwards compatibility with previous Python and Django versions.

`3.8` is interpreted as a floating point number, but we view it as a
string identifier; quote all python version numbers.
Django >=3.2.9 is compatible with Python 3.10
The gettext_lazy function has a different name between Django 2.x and
4.x; use the right one according to the version.

Closes #113, #121
No longer available on GitHub.
@rbarrois rbarrois merged commit 81a4730 into master Nov 8, 2021
@squio
Copy link

squio commented Nov 11, 2021

Quick favor: could you please release this version on Pypi.org?

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.

None yet

2 participants