aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
2012-10-17Make settings consistent with corrosponding view attributesTom Christie
2012-10-17Negotiation API finalized. .select_renderers and .select_parsersTom Christie
2012-10-17Added `media_type` to `.parse()` - Consistency with renderer API.Tom Christie
2012-10-17parser_context includes `view`, `request`, `args`, `kwargs`. (Not `meta` ↵Tom Christie
and `upload_handlers`) Consistency with renderer API.
2012-10-17Drop .parse_string_or_stream() - keep API minimal.Tom Christie
2012-10-17Added @rdobson. Thanks!Tom Christie
2012-10-17Split up doc sections more cleanlyTom Christie
2012-10-17Docs tweaksTom Christie
2012-10-17Added @eofs. Thanks!Tom Christie
2012-10-15Tweak parsers to take parser_contextTom Christie
2012-10-15Added docs, integer fields and refactored models.TextField to use CharFieldJens Alm
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-14Merge branch 'restframework2' of ↵Tom Christie
https://github.com/tomchristie/django-rest-framework into restframework2
2012-10-14Documentation for parsersTom Christie
2012-10-14Work on docsTom Christie
2012-10-13Fix typoTom Christie
2012-10-13Docs tweaksTom Christie
2012-10-13Fix typoTom Christie
2012-10-13Merge pull request #293 from tomchristie/request-documentationTom Christie
Improve documentation for Requests
2012-10-13Improve documentation for RequestsTom Christie
2012-10-12Fix tiny typoJamie Matthews
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. ↵Tom Christie
Explicitly passed to .has_permissions(request, view, obj=None) / .allow_request(request, view)
2012-10-10Remove 'tut 6 - resources' from the docs, since it doesn't exist yetTom 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 -> ↵Tom Christie
BrowseableAPIRenderer
2012-10-09Tweak static files with docsTom Christie
2012-10-09Flesh out quickstart guide and make some style tweaksTom Christie
2012-10-09Fix browseable API form display error for authenticated permissionsTom Christie
2012-10-09Tweak settings in quickstart guideTom Christie
2012-10-09Added quickstart guideTom Christie
2012-10-08Fix issue where required fields were not being properly validated. Also ↵Tom Christie
make model fields with a default value be not required
2012-10-08Docs tweaksTom Christie
2012-10-08Fix broken docs referenceTom Christie
2012-10-08Add RetrieveDestroyAPIView and remove Metadata mixinTom Christie
2012-10-08Merge branch 'restframework2' of ↵Tom Christie
https://github.com/tomchristie/django-rest-framework into restframework2
2012-10-08Adding migration and changelog docsTom Christie
2012-10-07Added @mattbo, @maximilianhurl. Thanks!Tom Christie
2012-10-06Fix up media-specific doc styling issuesTom Christie
2012-10-05DabApps, not Dab AppsTom Christie
2012-10-05Tweak fields docsTom Christie
2012-10-05Merge branch 'restframework2' of ↵Tom Christie
https://github.com/tomchristie/django-rest-framework into restframework2
2012-10-05Add serializer fields documentationTom Christie
2012-10-05Merge pull request #284 from maximilianhurl/doc-stylesTom Christie
Added sticky footer and styles to HTML API page
2012-10-05Fix django 1.3 bugTom Christie
2012-10-05Added dabapps styling to html apiMax Hurl
2012-10-05Added sticky footer to docsMax Hurl
2012-10-05Fix bug in format suffix patternsTom Christie
2012-10-05Add favicon to docsTom Christie