You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
deprecated import ugettext_lazy in src/django_grainy/const.py and src/django_grainy/models.py
replace from django.conf.urls import include, url with from django.urls import include, re_path in src/django_grainy_test/urls.py and src/django_grainy_test/admin.py
The text was updated successfully, but these errors were encountered:
ugettext_lazy
insrc/django_grainy/const.py
andsrc/django_grainy/models.py
django.conf.urls import include, url
withfrom django.urls import include, re_path
insrc/django_grainy_test/urls.py
andsrc/django_grainy_test/admin.py
The text was updated successfully, but these errors were encountered: