aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework
AgeCommit message (Expand)Author
2013-10-29minor typoS. Andrew Sheppard
2013-10-24Removed commented-out credits from footer to make django-debug-toolbar work.Jakub Roztočil
2013-10-24Added get_filter_backends methodYamila Moreno
2013-10-24Merge pull request #1198 from alexanderlukanin13/form-post-unicodeTom Christie
2013-10-24Update comment in `get_parser_context`.Tom Christie
2013-10-24Fixed UnicodeEncodeError when POST JSON via web interface; added testalexanderlukanin13
2013-10-22Merge pull request #1187 from ross/paginator_def_valTom Christie
2013-10-21remove stray func from testRoss McFarland
2013-10-21retract the default page stuff.Ross McFarland
2013-10-21Use lookup_url_kwarg in presave if requiredTom Christie
2013-10-21Added . Closes #1188.Tom Christie
2013-10-19paginator should validate page and provide defaultRoss McFarland
2013-10-17Merge pull request #1170 from craigds/write-into-foreignkey-with-sourceTom Christie
2013-10-17Merge pull request #1112 from tamakisquare/issue-1111Tom Christie
2013-10-17Merge pull request #1172 from brutasse/fix/return-objectTom Christie
2013-10-17Fix a docstring to reflect what the method doesBruno Renié
2013-10-17Fix decimal support with YAMLRendererbadaud_t
2013-10-17Fix typo YAMLRendererTestsbadaud_t
2013-10-16Allow to customize description so that markup can be accepted if needed.Omer Katz
2013-10-15[Fix]: Error with partial=True and validate_<name>Colin Huang
2013-10-11fix ticket link in test docstringCraig de Stigter
2013-10-11fix writing into foreign key with non-null sourceCraig de Stigter
2013-10-10Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-10-10Merge branch 'html-form-rendering'Tom Christie
2013-10-10Ensure read-only fields don't break with current HTML renderer behaviorTom Christie
2013-10-09Merge pull request #1071 from craigds/field-transform-methodsCarlton Gibson
2013-10-04support args on get_object_or_404Henry Clifford
2013-10-03Merge remote-tracking branch 'upstream/master'Philip Douglas
2013-10-03add tests for transform_fieldname methodsCraig de Stigter
2013-10-02Fix rendering of forms and add error rendering on HTML formTom Christie
2013-10-02Serializers can now be rendered directly to HTMLTom Christie
2013-09-26Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-09-26Allow .template_name attribute specified on view. Closes #1000Tom Christie
2013-09-23Address pending deprecation of Model._meta.module_name in Django 1.6Markus Kaiserswerth
2013-09-20Correct typo in doc string.Carlton Gibson
2013-09-20Clear cached serializer data on `save()` + test. Fixes #1116.Carlton Gibson
2013-09-15[Add]: CustomValidationTests.test_partial_updateColin Huang
2013-09-13Merge pull request #1107 from dpretty/masterTom Christie
2013-09-14Refs #1109 -- Update docs. Integrate changes from feedback.Tai Lee
2013-09-13Fixed #1105 -- Add hook for custom context in `BrowsableAPIRenderer`.Tai Lee
2013-09-13Typo in strings referring to Python package, django-filter.Rajiv Bose
2013-09-13Merge remote-tracking branch 'upstream/master'Philip Douglas
2013-09-13Try a more localised fix to the data=None problemPhilip Douglas
2013-09-13Let JSONEncoder handle Numpy data types.David Pretty
2013-09-12Merge pull request #1097 from mociepka/add_default_order_by_in_filteringTom Christie
2013-09-12Add missing newline at the end of test filePhilip Douglas
2013-09-12Fix error when serializer gets files but no dataPhilip Douglas
2013-09-11Version 2.3.82.3.8Tom Christie
2013-09-10Tweaks and docs to object-level model permissions.Tom Christie
2013-09-10Merge branch 'master' of git://github.com/bwreilly/django-rest-framework into...Tom Christie