django-wiki / django-nyt

Notification system for Django with batteries included: Email digests, user settings, JSON API
Apache License 2.0
144 stars 47 forks source link

Fix django 18 url deprecation warning #18

Closed spookylukey closed 8 years ago

spookylukey commented 8 years ago

And some other things I fixed along the way, including adding a test to make sure views (and URL reversing) aren't completely broken.

benjaoming commented 8 years ago

Oh and the tox.ini simplification, nice! And thanks for the Travis tweak!

benjaoming commented 8 years ago

@spookylukey thanks so much, loving this!! :)