"Maximum resursion depth exceeded" error on DjangoLDP >= 0.5.64
If I upgrade the CamionNet app to a higher version then 0.5.63, I get :
File "/var/www/camionnet.fr/venv/lib/python3.6/site-packages/django/urls/resolvers.py", line 255, in check
warnings.extend(check_resolver(pattern))
File "/var/www/camionnet.fr/venv/lib/python3.6/site-packages/django/core/checks/urls.py", line 26, in check_resolver
return check_method()
File "/var/www/camionnet.fr/venv/lib/python3.6/site-packages/django/urls/resolvers.py", line 255, in check
warnings.extend(check_resolver(pattern))
File "/var/www/camionnet.fr/venv/lib/python3.6/site-packages/django/core/checks/urls.py", line 26, in check_resolver
return check_method()
File "/var/www/camionnet.fr/venv/lib/python3.6/site-packages/django/urls/resolvers.py", line 255, in check
warnings.extend(check_resolver(pattern))
File "/var/www/camionnet.fr/venv/lib/python3.6/site-packages/django/core/checks/urls.py", line 26, in check_resolver
return check_method()
RecursionError: maximum recursion depth exceeded
I work on the dev
branch of the project if you want to inspect the urls.py
file or something.