diff options
| author | Tom Christie | 2015-01-27 09:09:59 +0000 |
|---|---|---|
| committer | Tom Christie | 2015-01-27 09:09:59 +0000 |
| commit | 107198af943aadba686ceeac0976b09366983007 (patch) | |
| tree | c7635b0ec5fcc54b54469b8a068a510bc4015d82 /tests/browsable_api/auth_urls.py | |
| parent | 8f25c0c53c24c88afc86d99bbb3ca4edc3a4e0a2 (diff) | |
| parent | bf58c1265ddf06deb435d049fae01ed324a310e0 (diff) | |
| download | django-rest-framework-107198af943aadba686ceeac0976b09366983007.tar.bz2 | |
Merge pull request #2456 from brandoncazander/version-3.1
Fix AttributeError on BrowsableAPI when checking for API version
Diffstat (limited to 'tests/browsable_api/auth_urls.py')
| -rw-r--r-- | tests/browsable_api/auth_urls.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/browsable_api/auth_urls.py b/tests/browsable_api/auth_urls.py index bce7dcf9..97bc1036 100644 --- a/tests/browsable_api/auth_urls.py +++ b/tests/browsable_api/auth_urls.py @@ -3,6 +3,7 @@ from django.conf.urls import patterns, url, include from .views import MockView + urlpatterns = patterns( '', (r'^$', MockView.as_view()), |
