Byeong Gyu Choi

Results 3 issues of Byeong Gyu Choi

Resolves #435 - updated documentation with django 2.0 syntax. - Modified `urlpatterns` with latest `path` syntax, which was previously `url` syntax with regex.

In `Usage` paragraph, there exists: ``` In your urls.py add the following URL route to enable obtaining a token via a POST included the user's username and password. ``` ```python...

Suppose I have following URLs, models, and viewsets: An `ArticleAPIViewSet`, which handles: - `/articles` - `/articles/{slug}` And an `CommentAPIViewSet`, which handles: - `/articles/{slug}/comments` With `NestedHyperlinkedModelSerializer` written and `NestedViewSetMixin` attached in...