django-rest-framework/docs/tutorial
atkawa7 7f59ce1ec2 Directly using Django's JSONResponse in the Tutorial (#4935)
* directly using Django's JSONResponse

* fixed JsonResponse typo

* added safe=False to JsonResponse

* removed unnecessary 'safe=False' in JsonResponse
2017-03-03 14:04:41 +00:00
..
1-serialization.md Directly using Django's JSONResponse in the Tutorial (#4935) 2017-03-03 14:04:41 +00:00
2-requests-and-responses.md Use pk for URL conf and views. (#4592) 2016-10-20 09:42:40 +01:00
3-class-based-views.md docs: tutorial: Minor grammar "fix" (#4801) 2017-01-10 09:04:07 +00:00
4-authentication-and-permissions.md added on_delete=models.CASCADE to models.ForeignKey in the documentation (#4614) 2016-10-22 16:37:23 +01:00
5-relationships-and-hyperlinked-apis.md Use pk for URL conf and views. (#4592) 2016-10-20 09:42:40 +01:00
6-viewsets-and-routers.md Use pk for URL conf and views. (#4592) 2016-10-20 09:42:40 +01:00
7-schemas-and-client-libraries.md Fix Accept header in tutorial. Closes #4604. [ci skip] 2016-10-21 15:45:28 +01:00
quickstart.md Change DEFAULT_PERMISSION_CLASSES to a list in quickstart.md (#4733) 2016-12-02 17:01:37 +00:00