philipn / django-rest-framework-filters

Better filtering for Django REST Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

s3v- opened this issue · comments

commented

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