Skip to content

drop support for py27, add py39, fix django deprecation warnings #256

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

Closed
wants to merge 4 commits into from

Conversation

gustavo-depaula
Copy link
Contributor

fixes #240

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Copy link
Contributor

@fgmacedo fgmacedo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll also need to drop support for Python2.7 explicitly. Including removing from the test matrix, and updating history / readme.

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
@gustavo-depaula gustavo-depaula changed the title refactor: use gettext_lazy instead of ugettext_lazy drop support for py27, fix django deprecation warnings Jun 9, 2021
@gustavo-depaula gustavo-depaula changed the title drop support for py27, fix django deprecation warnings drop support for py27, add py39, fix django deprecation warnings Jun 9, 2021
Order is guaranteed only for py3.4+. For fixed order in py2.7, you
can implement a magic attribute ``_order_``:
Order is guaranteed only for py3.4+. If you're using an older version of the library with py2.7, for
fixed order, you can implement a magic attribute ``_order_``:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice!

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Co-authored-by: Fernando Macedo <fgmacedo@gmail.com>
@si14
Copy link

si14 commented Nov 29, 2021

Really looking forward to this PR being merged! 😄

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.

django ugettext_lazy deprecation warnings
3 participants