aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework
AgeCommit message (Collapse)Author
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-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
2012-10-05Fix bug in format suffix patternsTom Christie
2012-10-05Remove Parser.can_handle_request()Tom Christie
2012-10-05Tweak view slightlyTom Christie
2012-10-05Docs for template responsesTom Christie
2012-10-05HTMLTemplateRenderer workingTom Christie
2012-10-05Tidy up renderers slightlyTom Christie
2012-10-05User .accepted_renderer, .accepted_media_typeTom Christie
2012-10-05Accepted media type uses most specific of client/renderer media types.Tom Christie
2012-10-04Fix for field to make it easier to access field relationshipsTom Christie
2012-10-04Minor fixesTom Christie
2012-10-04Initial tests for hyperlinked relationshipsTom Christie
2012-10-04TweaksTom Christie
2012-10-04Tweak commentTom Christie
2012-10-04Make Import patterns 1.3 compatibleTom Christie
2012-10-04Clean up field classesTom Christie
2012-10-04HyperlinkedModelSerializer with working HyperlinkedIdentityField, but no ↵Tom Christie
hyperlinked relations
2012-10-04Tests for default arguments on fieldsTom Christie
2012-10-04Abstract out the app_label on test modelsTom Christie
2012-10-04Abstract out the app_label on test modelsTom Christie
2012-10-03TweaksTom Christie
2012-10-03Tweak styling of browseable APITom Christie
2012-10-03M2M fields supportedTom Christie
2012-10-03Improve commentsTom Christie
2012-10-03Fix for empty form fieldsTom Christie
2012-10-03Fix for empty form fieldsTom Christie
2012-10-03Use either PrimaryKeyRelatedField or ManyPrimaryKeyRelatedField as ↵Tom Christie
appropriate (fixes test)
2012-10-03Split out PrimaryKeyRelatedField and ManyPrimaryKeyRelatedFieldTom Christie
2012-10-03Added failing test for m2m dataTom Christie
2012-10-03Add m2m update testTom Christie
2012-10-03Add Serializer.save() to clean up differences between serializer.object ↵Tom Christie
being either a DeserializedObject or a model instance
2012-10-03Many2Many testTom Christie
2012-10-03Merge branch 'restframework2' of ↵Tom Christie
https://github.com/tomchristie/django-rest-framework into restframework2
2012-10-03Stopgap fix for model fields rendering in browseable APITom Christie
2012-10-03Rename generic viewsTom Christie
2012-10-02Update view docs slightlyTom Christie
2012-10-02Added model form field -> serializer form field mappingTom Christie
2012-10-02Add test to ensure that pk is readonly in PUT requestsTom 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-02Make 'results_field' attribute of BasePaginationSerializer public.Tom Christie
2012-10-01Expand pagination support, add docsTom Christie