django_logtail icon indicating copy to clipboard operation
django_logtail copied to clipboard

logtail 0.3.0 gives deprecation warning in django 3.1(.7)

Open wvanhed opened this issue 3 years ago • 0 comments

The following django deprecation warning is generated

me:~/repos/data_db (feature/ELE-641 *$)$ python -Wa manage.py test 
Creating test database for alias 'default'...
/usr/local/anaconda3/envs/data_db/lib/python3.7/site-packages/django_logtail/admin.py:100: RemovedInDjango40Warning:

django.conf.urls.url() is deprecated in favor of django.urls.re_path().

Versions installed (via conda):

django                    3.1.7              pyhd3eb1b0_0  
django-logtail            0.3.0                    pypi_0    pypi

Deprecation is described here in the Django 3.1 release notes: https://docs.djangoproject.com/en/3.1/releases/3.1/#id2

wvanhed avatar Mar 05 '21 15:03 wvanhed