toastdriven / restless

A lightweight REST miniframework for Python.
http://restless.readthedocs.org/en/latest/
BSD 3-Clause "New" or "Revised" License
832 stars 107 forks source link

Make url() import compatible with Django 4 #132

Closed liquidscorpio closed 2 years ago

liquidscorpio commented 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.

liquidscorpio commented 2 years ago

I see there is already a more comprehensive PR for the same - https://github.com/toastdriven/restless/pull/129. Closing this.