Closed studybuffalo closed 4 years ago
Areas to update code to drop Django 1.11 support:
DeprecationWarning
django.conf.urls
django.urls
url
path
get_context_data
.travis.yml
setup.py
python_requires
install_requires
classifiers
README.rst
Areas to update code to drop Django 1.11 support:
DeprecationWarning
to flag any new Django versions losing support in the next year.django.conf.urls
todjango.urls
.url
topath
.get_context_data
methods and confirm arguments match..travis.yml
with new versions.setup.py
with newpython_requires
(if needed),install_requires
, andclassifiers
.README.rst
.