1
1
mirror of https://github.com/encode/django-rest-framework.git synced 2025-07-26 08:00:07 +03:00
django-rest-framework/docs/tutorial
atkawa7 7f59ce1ec2 Directly using Django's JSONResponse in the Tutorial ()
* 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 () 2017-03-03 14:04:41 +00:00
2-requests-and-responses.md Use pk for URL conf and views. () 2016-10-20 09:42:40 +01:00
3-class-based-views.md docs: tutorial: Minor grammar "fix" () 2017-01-10 09:04:07 +00:00
4-authentication-and-permissions.md added on_delete=models.CASCADE to models.ForeignKey in the documentation () 2016-10-22 16:37:23 +01:00
5-relationships-and-hyperlinked-apis.md Use pk for URL conf and views. () 2016-10-20 09:42:40 +01:00
6-viewsets-and-routers.md Use pk for URL conf and views. () 2016-10-20 09:42:40 +01:00
7-schemas-and-client-libraries.md Fix Accept header in tutorial. Closes . [ci skip] 2016-10-21 15:45:28 +01:00
quickstart.md Change DEFAULT_PERMISSION_CLASSES to a list in quickstart.md () 2016-12-02 17:01:37 +00:00