diff options
author | Andrew Hankinson | 2012-12-30 14:03:08 -0400 |
---|---|---|
committer | Andrew Hankinson | 2012-12-30 14:03:08 -0400 |
commit | c6f212238c238561749574a54aec3b1b1fd8df61 (patch) | |
tree | 6c235aa1f61cdbcd834bccaa2c31c4c1bb32de0e /rest_framework/urlpatterns.py | |
parent | df1880185c87733a82a41392898e67fe02c769aa (diff) | |
parent | 33580c82b3487bdf00cbbaef409a4dd41e6750d5 (diff) | |
download | django-rest-framework-c6f212238c238561749574a54aec3b1b1fd8df61.tar.bz2 |
Merge branch 'master' of git://github.com/tomchristie/django-rest-framework into patch-support
Diffstat (limited to 'rest_framework/urlpatterns.py')
-rw-r--r-- | rest_framework/urlpatterns.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rest_framework/urlpatterns.py b/rest_framework/urlpatterns.py index 0ad926fa..143928c9 100644 --- a/rest_framework/urlpatterns.py +++ b/rest_framework/urlpatterns.py @@ -1,4 +1,4 @@ -from django.conf.urls.defaults import url +from rest_framework.compat import url from rest_framework.settings import api_settings |