aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide
AgeCommit message (Expand)Author
2012-10-17Added `media_type` to `.parse()` - Consistency with renderer API.Tom Christie
2012-10-17parser_context includes `view`, `request`, `args`, `kwargs`. (Not `meta` and...Tom Christie
2012-10-17Drop .parse_string_or_stream() - keep API minimal.Tom Christie
2012-10-17Split up doc sections more cleanlyTom Christie
2012-10-15Tweak parsers to take parser_contextTom Christie
2012-10-15Added docs, integer fields and refactored models.TextField to use CharFieldJens Alm
2012-10-14Merge branch 'restframework2' of https://github.com/tomchristie/django-rest-f...Tom Christie
2012-10-14Documentation for parsersTom Christie
2012-10-14Work on docsTom Christie
2012-10-13Fix typoTom Christie
2012-10-13Fix typoTom Christie
2012-10-13Improve documentation for RequestsTom Christie
2012-10-10Make sure JSON output in Browseable API is nicely indentedTom Christie
2012-10-10Permissions and throttles no longer have a view attribute on self. Explicitl...Tom Christie
2012-10-09Add flag in get_related_fieldTom Christie
2012-10-09Fixed couple of incorrect imports in the docsTom Christie
2012-10-09Docs tweaksTom Christie
2012-10-09Rename HTMLTemplateRenderer -> HTMLRenderer, DocuemntingHTMLRenderer -> Brows...Tom Christie
2012-10-08Docs tweaksTom Christie
2012-10-08Add RetrieveDestroyAPIView and remove Metadata mixinTom Christie
2012-10-05Tweak fields docsTom Christie
2012-10-05Fix django 1.3 bugTom Christie
2012-10-05Doc style tweaksTom Christie
2012-10-05Tweak view slightlyTom Christie
2012-10-05Docs tweaksTom Christie
2012-10-05Tweak doc headingsTom Christie
2012-10-05Docs for template responsesTom Christie
2012-10-05HTMLTemplateRenderer workingTom Christie
2012-10-05Accepted media type uses most specific of client/renderer media types.Tom Christie
2012-10-04Abstract out the app_label on test modelsTom Christie
2012-10-02Update view docs slightlyTom Christie
2012-10-02Fix bug where pk could be set in post dataTom Christie
2012-10-02URL overrides in settings fixed up slightlyTom Christie
2012-10-02Clean up docs slightlyTom Christie
2012-10-02Placeholder for FBV docsTom Christie
2012-10-02Make example more realistic and less of a toyTom Christie
2012-10-02Make 'results_field' attribute of BasePaginationSerializer public.Tom Christie
2012-10-02Clean up reverse docs slightlyTom Christie
2012-10-02Renderer documentationTom Christie
2012-10-01Add example of using paginator in a viewTom Christie
2012-10-01Pagination docsTom Christie
2012-10-01Expand pagination support, add docsTom Christie
2012-09-30Docs tweakingTom Christie
2012-09-27Only display forms when user has permissions. #159Tom Christie
2012-09-26Fix @api_view decorator testsTom Christie
2012-09-20Change package name: djangorestframework -> rest_frameworkTom Christie
2012-09-16Simplify negotiation. Drop MSIE hacks. Etc.Tom Christie
2012-09-14Flesh out resources/routers part of tutorialTom Christie
2012-09-14Tweak throttles and improve docsTom Christie
2012-09-13Tweak copyTom Christie