django-rest-framework-filters icon indicating copy to clipboard operation
django-rest-framework-filters copied to clipboard

Tests fail with Django 4.2: ImportError: cannot import name 'url' from 'django.conf.urls'

Open s3v- opened this issue 1 year ago • 0 comments

Hi, Currently tests fail in Debian with Django 4.2.

...
...
> >   from django.conf.urls import include, url
> E   ImportError: cannot import name 'url' from 'django.conf.urls' (/usr/lib/python3/dist-packages/django/conf/urls/__init__.py)
...

Kind Regards

s3v- avatar Nov 11 '23 19:11 s3v-