bfirsh / django-shorturls

A URL shortening app for Django
BSD 3-Clause "New" or "Revised" License
406 stars 68 forks source link

In the tests, pass a Context instead of a dict to the template to render #5

Closed mjumbewu closed 9 years ago

mjumbewu commented 12 years ago

The tests were breaking under Django 1.3 because Template.render expected a Context. Now passing in Django 1.2 - 1.4: http://travis-ci.org/mjumbewu/django-shorturls

bfirsh commented 9 years ago

Thanks!