Closed liquidscorpio closed 2 years ago
The following was deprecated in Django-3 and removed in Django-4
django.conf.urls
The change attempts to import the v3 first and if that fails attempts to import v4 and alias to v3.
I see there is already a more comprehensive PR for the same - https://github.com/toastdriven/restless/pull/129. Closing this.
The following was deprecated in Django-3 and removed in Django-4
The change attempts to import the v3 first and if that fails attempts to import v4 and alias to v3.