django-rest-framework/docs/api-guide
Jens Alm c942726509 Added docs, integer fields and refactored models.TextField to use CharField
I realized that per the django forms, there is no need for a separate
TextField, an unlimited CharField is perfectly good.
Also added default field for the different IntegerField types
2012-10-15 13:46:44 +02:00
..
authentication.md Tweak view slightly 2012-10-05 14:22:02 +01:00
content-negotiation.md Simplify negotiation. Drop MSIE hacks. Etc. 2012-09-16 21:48:55 +01:00
exceptions.md GitHub link in toolbar 2012-09-12 13:11:26 +01:00
fields.md Added docs, integer fields and refactored models.TextField to use CharField 2012-10-15 13:46:44 +02:00
format-suffixes.md Updating docs 2012-09-12 10:12:13 +01:00
generic-views.md Add RetrieveDestroyAPIView and remove Metadata mixin 2012-10-08 14:13:15 +01:00
pagination.md Make 'results_field' attribute of BasePaginationSerializer public. 2012-10-02 10:40:43 +01:00
parsers.md Documentation for parsers 2012-10-14 22:43:07 +01:00
permissions.md Permissions and throttles no longer have a view attribute on self. Explicitly passed to .has_permissions(request, view, obj=None) / .allow_request(request, view) 2012-10-10 10:02:37 +01:00
renderers.md Documentation for parsers 2012-10-14 22:43:07 +01:00
requests.md Merge branch 'restframework2' of https://github.com/tomchristie/django-rest-framework into restframework2 2012-10-14 22:43:41 +01:00
responses.md Work on docs 2012-10-14 20:46:38 +01:00
reverse.md Fixed couple of incorrect imports in the docs 2012-10-09 17:36:03 +01:00
serializers.md Add flag in get_related_field 2012-10-09 17:49:04 +01:00
settings.md Rename HTMLTemplateRenderer -> HTMLRenderer, DocuemntingHTMLRenderer -> BrowseableAPIRenderer 2012-10-09 15:58:48 +01:00
status-codes.md Change package name: djangorestframework -> rest_framework 2012-09-20 13:06:27 +01:00
throttling.md Permissions and throttles no longer have a view attribute on self. Explicitly passed to .has_permissions(request, view, obj=None) / .allow_request(request, view) 2012-10-10 10:02:37 +01:00
views.md Doc style tweaks 2012-10-05 15:22:30 +01:00