Skip to content
Snippets Groups Projects
Commit fc1a603a authored by Deaktivert bruker's avatar Deaktivert bruker
Browse files

greg.apps: fix ugettext_lazy deprecation warning

ugettext_lazy has been deprecated in favour of gettext_lazy.
This silences a deprecation warning outputted during test runs.

Fixes: GREG-14
parent dc29e9ec
No related branches found
No related tags found
1 merge request!11greg.tests: migrate to pytest test runner
from django.apps import AppConfig from django.apps import AppConfig
from django.utils.translation import ugettext_lazy as _ from django.utils.translation import gettext_lazy as _
class GregAppConfig(AppConfig): class GregAppConfig(AppConfig):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment