Closed simenheg closed 6 years ago
Thanks Simen.
Our policy is to only support whatever Django versions are currently supported. Right now that is 1.11, 2.0, and 2.1, so I think you can simplify your PR to get rid of the special cases for 1.10 and lower. https://www.djangoproject.com/download/#supported-versions
Alright!
If the same goes for Mezzanine, I'll update https://github.com/stephenmcd/mezzanine/pull/1876 as well.
Shouldn't the Travis configurations be updated then, to exclude Djangos lower than 1.11? Otherwise I think this change will cause errors with Django 1.8 and 1.9.
:tada: This PR is included in version 1.0.0-alpha.1 :tada:
The release is available on:
v1.0.0-alpha.1
Your semantic-release bot :package::rocket:
:tada: This PR is included in version 1.0.0-rc.1 :tada:
The release is available on:
v1.0.0-rc.1
Your semantic-release bot :package::rocket:
:tada: This PR is included in version 1.0.0 :tada:
The release is available on:
v1.0.0
Your semantic-release bot :package::rocket:
Importing from the
django.core.urlresolvers
module was deprecated in favor ofdjango.urls
in Django 1.10, and the former was removed entirely in Django 2.0. Import fromdjango.urls
instead.