debian-django-rest-framework/docs
knbk e203967e09 Add app_name to rest_framework.urls.
This allows users in Django 1.9+ to include the authentication urls
without specifying the namespace, as in:

    urlpatterns = [
        ...
        url(r'^auth/', include('rest_framework.urls'))
    ]
2015-12-08 02:25:00 +01:00
..
api-guide Fixed versioning regexp 2015-12-07 10:59:57 +03:00
img Release notes etc 2015-10-22 14:05:52 +01:00
topics Fix template typo. 2015-11-30 17:21:41 +00:00
tutorial Add app_name to rest_framework.urls. 2015-12-08 02:25:00 +01:00
CNAME Include CNAME file 2014-11-25 16:01:32 +00:00
index.md Add app_name to rest_framework.urls. 2015-12-08 02:25:00 +01:00