django-rest-framework/docs/tutorial
guntanis 88c75ba808
Fixed "typo" in example.
Fixing code "typo" in example.
In the original file, line 145 reads:
        url(r'^api-auth/', include('rest_framework.urls'),
It's missing the closing parenthesis.
2017-12-28 02:01:01 -08:00
..
1-serialization.md Remove references to unsupported Django versions in docs and code (#5602) 2017-11-20 09:35:54 +01:00
2-requests-and-responses.md Update tutorial (#5622) 2017-11-27 11:34:17 +01:00
3-class-based-views.md Update tutorial (#5622) 2017-11-27 11:34:17 +01:00
4-authentication-and-permissions.md Fixed "typo" in example. 2017-12-28 02:01:01 -08:00
5-relationships-and-hyperlinked-apis.md Update tutorial (#5622) 2017-11-27 11:34:17 +01:00
6-viewsets-and-routers.md Update tutorial (#5622) 2017-11-27 11:34:17 +01:00
7-schemas-and-client-libraries.md Fix indentation of code example in chapter 7 (#5329) 2017-08-14 13:04:52 +01:00
quickstart.md Update tutorial (#5622) 2017-11-27 11:34:17 +01:00