klen / django_markdown

Django markdown support and wysiwig
GNU Lesser General Public License v3.0
391 stars 143 forks source link

About new Django1.9 #55

Closed lanzhiheng closed 8 years ago

lanzhiheng commented 8 years ago

Hello klen: When I try to import url from markdown

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'))

I get this warning. It time to release new version of django_markdown?

Treggats commented 8 years ago

This is done in pull request #52 It just needs to be accepted

lanzhiheng commented 8 years ago

It's good, Thank you.