chrisspen/django-chroniker

Django 1.6 compatibility

Closed this issue · 1 comments

Hi,

You need to modify in admin.py this line :
from django.conf.urls.defaults import patterns, url

by this one :
from django.conf.urls import patterns, url

It is also compatible with django 1.5

Matt

Thanks for the note. Committed.