Skip to content
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.

fix for django 2.1/2.2 #10

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

ddimmich
Copy link

https://docs.djangoproject.com/en/2.1/releases/2.1/#features-removed-in-2-1 - the django.utils.translation.string_concat() is removed in v 2.1.

Tested with v2.1 and 2.2 - albeit only for startup.

@@ -1,9 +1,11 @@
from django.contrib.admin.options import ModelAdmin
from django.utils.translation import string_concat, ugettext as _
from django.utils.translation import ugettext as _
Copy link

Choose a reason for hiding this comment

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

this should be gettest

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants