falconry / falcon

The no-magic web data plane API and microservices framework for Python developers, with a focus on reliability, correctness, and performance at scale.
https://falcon.readthedocs.io/en/stable/
Apache License 2.0
9.51k stars 937 forks source link

django.conf.urls.url() was deprecated in Dj 3.0, and is removed in Dj 4.0+ #2118

Closed nfsec closed 1 year ago

nfsec commented 1 year ago

Running docker bench_py3.Dockerfile ends with error:

 File "/usr/local/lib/python3.8/site-packages/falcon/bench/dj/dj/urls.py", line 1, in <module>
    from django.conf.urls import url
ImportError: cannot import name 'url' from 'django.conf.urls' (/usr/local/lib/python3.8/site-packages/django/conf/urls/__init__.py)
codecov[bot] commented 1 year ago

Codecov Report

Merging #2118 (6db8125) into master (4ca0711) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##            master     #2118   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           55        55           
  Lines         5552      5552           
  Branches       880       880           
=========================================
  Hits          5552      5552           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.