Skip to content

Conversation

sergioisidoro
Copy link
Contributor

@sergioisidoro sergioisidoro commented Dec 22, 2021

Tests were failing because Tox tests against main archive of Django, which is now on 4.x, and django.conf.urls.url() is removed. according to https://docs.djangoproject.com/en/4.0/releases/4.0/

[testenv:djangomain]
deps =
    https://github.com/django/django/archive/main.tar.gz#egg=django
    djangorestframework

Work towards #152

@sergioisidoro sergioisidoro changed the title Update test app to use re_path (deprecated on Django 4.0) Update test app to use re_path (url deprecated on Django 4.0) Dec 22, 2021
@dfunckt
Copy link
Owner

dfunckt commented Dec 22, 2021

Interesting, I didn't realize django.conf.urls was deprecated since 2.0. Thanks for the PR!

@dfunckt dfunckt merged commit 709d6ca into dfunckt:master Dec 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants