aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework
AgeCommit message (Expand)Author
2012-10-17Drop .parse_string_or_stream() - keep API minimal.Tom Christie
2012-10-17Make default field check safe for boolean values whereby 'False' may be an ac...Rob Dobson
2012-10-17Typo in class nameeofs
2012-10-16Merge branch 'restframework2' of https://github.com/tomchristie/django-rest-f...Tom Christie
2012-10-15Merge pull request #296 from ulmus/restframework2Tom Christie
2012-10-15Explicit CSRF failure message. Fixes #60.Tom Christie
2012-10-15Tweak parsers to take parser_contextTom Christie
2012-10-15Removed serializer.TextField and related testsJens Alm
2012-10-15Added docs, integer fields and refactored models.TextField to use CharFieldJens Alm
2012-10-15Revert "Support for request-based queryset limits on ListModelMixin"Jens Alm
2012-10-15Support for request-based queryset limits on ListModelMixinJens Alm
2012-10-15Added tests for TextFieldJens Alm
2012-10-15Added TextField to recognized fieldsJens Alm
2012-10-14Documentation for parsersTom Christie
2012-10-13Improve documentation for RequestsTom Christie
2012-10-11Sanitise JSON error messagesTom Christie
2012-10-10Don't fail when no data providedTom Christie
2012-10-10Fix session authTom Christie
2012-10-10Fix yaml renderingTom Christie
2012-10-10Tidy up APISettings object to not rely on module stateTom Christie
2012-10-10Fix key ordering in json. (sort if it's a sorted dictc representation, or no...Tom 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-10api_key -> auth_token to avoid TastyPie conflictTom Christie
2012-10-10Remove 'tut 6 - resources' from the docs, since it doesn't exist yetTom Christie
2012-10-09Add 'to_many' flag in get_related_fieldTom Christie
2012-10-09Add flag in get_related_fieldTom Christie
2012-10-09Rename HTMLTemplateRenderer -> HTMLRenderer, DocuemntingHTMLRenderer -> Brows...Tom 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-09Added quickstart guideTom Christie
2012-10-09Remove Field handling relations/relationship managers - use RelatedField/Many...Tom Christie
2012-10-09Tweak authtokenTom Christie
2012-10-09Function based views get proper naming in browseable APITom Christie
2012-10-08Fix issue where required fields were not being properly validated. Also make...Tom Christie
2012-10-08Fix fiddly content-overloading bugTom Christie
2012-10-08Add RetrieveDestroyAPIView and remove Metadata mixinTom Christie
2012-10-08Fix #285Tom Christie
2012-10-08Adding migration and changelog docsTom Christie
2012-10-05Merge branch 'restframework2' of https://github.com/tomchristie/django-rest-f...Tom Christie
2012-10-05Remove unused test fileTom Christie
2012-10-05Merge pull request #284 from maximilianhurl/doc-stylesTom Christie
2012-10-05Fix django 1.3 bugTom Christie
2012-10-05Added dabapps styling to html apiMax Hurl
2012-10-05Support PUT for createTom Christie
2012-10-05Add test for non-GET methods to api_view decoratorTom Christie
2012-10-05Fix view_name argument to HyperlinkedIdentityFieldTom Christie
2012-10-05Fix view_name argument to HyperlinkedIdentityFieldTom Christie
2012-10-05Add view_name argument to HyperlinkedIdentityFieldTom Christie
2012-10-05Fix bug in format suffix patternsTom Christie