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
ugettext_lazyinsrc/django_grainy/const.pyandsrc/django_grainy/models.pydjango.conf.urls import include, urlwithfrom django.urls import include, re_pathinsrc/django_grainy_test/urls.pyandsrc/django_grainy_test/admin.py