klen / klen/django_markdown

Upgrade to django v1.9 causes "RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated"

Open
#59 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
389
Forks
140
PR merge metrics
No merged PRs in 30d

Description

django_markdown/urls.py:8: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
'', url('preview/$', preview, name='django_markdown_preview'))
##

---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/29581965-upgrade-to-django-v1-9-causes-removedindjango110warning-django-conf-urls-patterns-is-deprecated?utm_campaign=plugin&utm_content=tracker%2F332251&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F332251&utm_medium=issues&utm_source=github).

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with django_markdown/urls.py at line 8 and inspect how urlpatterns currently uses django.conf.urls.patterns(). Verify the URL configuration under Django 1.9, then confirm that the deprecated warning is gone and the preview URL still resolves correctly.

Written by the indexing model from the issue text.

Assessment

Tech stack
django, python
Domain
backend
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.