Commit 12e34814 by Daniel Izquierdo

Test the custom reverse() function instead of the one provided by Django

parent d808d55b
from django.conf.urls.defaults import patterns, url
from django.core.urlresolvers import reverse
from django.test import TestCase
from django.utils import simplejson as json
from djangorestframework.urlresolvers import reverse
from djangorestframework.views import View
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment