django-rest-framework/docs
Bhuwan Panta c26ec5a3b8
Update 6-viewsets-and-routers.md (#8349)
# Basename key missing in the tutorial
```diff
+router.register(r'snippets', views.SnippetViewSet,basename="snippets")
+router.register(r'users', views.UserViewSet,basename="users")
-router.register(r'snippets', views.SnippetViewSet)
-router.register(r'users', views.UserViewSet)
```
2022-02-01 13:48:22 +00:00
..
api-guide Update filtering.md (#8331) 2022-01-17 09:41:23 +00:00
community Version 3.13.1 2021-12-15 15:18:24 +00:00
coreapi Update docs related to coreapi to include deprecation notice (#8186) 2021-12-08 14:38:42 +00:00
img Update Tutorial - quickstart (#7943) 2021-12-13 14:08:55 +00:00
topics Change MIDDLEWARE_CLASSES to MIDDLEWARE (#8333) 2022-01-18 08:52:11 +00:00
tutorial Update 6-viewsets-and-routers.md (#8349) 2022-02-01 13:48:22 +00:00
CNAME Include CNAME file 2014-11-25 16:01:32 +00:00
index.md Update sponsor URL (#8328) 2022-01-11 13:01:25 +00:00