django-rest-framework/docs/tutorial
frnc 601cbf18d4 Update 5-relationships-and-hyperlinked-apis.md
Following  [@jpadilla](https://github.com/jpadilla)'s suggestion in issue [#2837](https://github.com/tomchristie/django-rest-framework/issues/2837), I am proposing a little addition in "Creating an endpoint for the root of our API" section in order to make it clear that the `user-list` and `snippet-list` names will be declared later in `snippets/urls.py`. Missing this clarification might lead a beginner (like me) to think that the names are somehow assigned by rest_framework under the hood and to try the code too early, getting stuck in the following errors.
2015-04-20 17:56:04 +02:00
..
1-serialization.md Fix typo. 2015-04-07 19:40:23 +03:00
2-requests-and-responses.md Fix example of explicit format URL (for real). 2015-03-11 12:00:19 -04:00
3-class-based-views.md Tweaked a few issues in the tutorial documentation. 2015-01-09 11:36:21 -08:00
4-authentication-and-permissions.md Tweaked a few issues in the tutorial documentation. 2015-01-09 11:36:21 -08:00
5-relationships-and-hyperlinked-apis.md Update 5-relationships-and-hyperlinked-apis.md 2015-04-20 17:56:04 +02:00
6-viewsets-and-routers.md Merge pull request #2010 from tanwanirahul/master 2014-12-19 16:09:01 +00:00
quickstart.md Clean up pagination attributes 2015-03-04 15:51:00 +00:00