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

fix: move from ugettext to gettext #134

Merged
merged 1 commit into from
Feb 1, 2021

Conversation

marisn
Copy link
Contributor

@marisn marisn commented Jan 30, 2021

ugettext() is an alias of gettext() since Django 2.0
In Django > 3.0 it generates RemovedInDjango40Warning

ugettext() is an alias of gettext() since Django 2.0
In Django > 3.0 it generates RemovedInDjango40Warning
@lgtm-com
Copy link

lgtm-com bot commented Jan 30, 2021

This pull request fixes 1 alert when merging 80eebcd into 714a451 - view on LGTM.com

fixed alerts:

  • 1 for Module is imported with 'import' and 'import from'

@coveralls
Copy link

coveralls commented Jan 30, 2021

Coverage Status

Coverage increased (+0.06%) to 95.985% when pulling 80eebcd on marisn:ugettext_to_gettext into 714a451 on modlinltd:develop.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.5%) to 95.411% when pulling 80eebcd on marisn:ugettext_to_gettext into 714a451 on modlinltd:develop.

@asfaltboy asfaltboy merged commit 3dce4a3 into modlinltd:develop Feb 1, 2021
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.

3 participants