aboutsummaryrefslogtreecommitdiffstats
path: root/tests/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/urls.py')
-rw-r--r--tests/urls.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/urls.py b/tests/urls.py
index d1cb07f..359fd8f 100644
--- a/tests/urls.py
+++ b/tests/urls.py
@@ -10,5 +10,6 @@ from django.contrib import admin
admin.autodiscover()
urlpatterns = patterns('',
+ # This pattern should be last to ensure tests still work
url(r'^execute_sql/$', 'tests.views.execute_sql'),
)