aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests
AgeCommit message (Expand)Author
2013-12-13Compat fixes for django-oauth-plus versions 2.0-2.2.1Tom Christie
2013-12-13Merge branch 'master' of git://github.com/philipforget/django-rest-framework ...Tom Christie
2013-12-13Fix default values always being False for browsable APIKevin Brown
2013-12-13Merge pull request #1234 from linovia/bugfix/nested_models_without_related_nameTom Christie
2013-12-09Fix compat issues for #1231Tom Christie
2013-12-09Merge branch 'issue-1231-jsonencoder' of git://github.com/mbox/django-rest-fr...Tom Christie
2013-12-09Merge masterTom Christie
2013-12-09Drop unneeded assertTom Christie
2013-12-09Catch and mask ParseErrors that occur during rendering of the BrowsableAPI.Tom Christie
2013-12-06Version 2.3.102.3.10Tom Christie
2013-12-06Raise appropriate error in serializer when making a partial update to set a r...Chuck Harmston
2013-12-03Remove Content-Type header from empty responses. Fixes #1196Tom Christie
2013-12-03First pass at a test for ParseErrors breaking the browsable APITom Christie
2013-11-27Add unittests for ChoiceField metadata.Ian Foote
2013-11-22Remove u from literalsMalcolm Box
2013-11-21Fix issue #1231: JSONEncoder doesn't handle dict-like objectsMalcolm Box
2013-11-19Added handling of validation errors in PUT-as-create.Krzysztof Jurewicz
2013-11-18Removed the DynamicSerializerView duplicationXavier Ordoquy
2013-11-17Fixed the nested model serializers in case of the related_name isn’t set.Xavier Ordoquy
2013-11-15add auth param to request client callsPhilip Forget
2013-11-12Merge branch 'master' into allow-aggregate-orderingAlex
2013-11-12Add queryset aggregates to allowed fields in OrderingFilterAlex
2013-11-06Drop u'' prefix for python 3.x compatibilityMathieu Pillard
2013-11-05Improve handling of 'empty' values for ChoiceFieldMathieu Pillard
2013-10-24Fixed UnicodeEncodeError when POST JSON via web interface; added testalexanderlukanin13
2013-10-21remove stray func from testRoss McFarland
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-17Fix decimal support with YAMLRendererbadaud_t
2013-10-17Fix typo YAMLRendererTestsbadaud_t
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-03Merge remote-tracking branch 'upstream/master'Philip Douglas
2013-10-03add tests for transform_fieldname methodsCraig de Stigter
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-13Typo in strings referring to Python package, django-filter.Rajiv Bose
2013-09-13Merge remote-tracking branch 'upstream/master'Philip Douglas
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-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
2013-09-09removed unnecessary guardian req and view.action parsingbwreilly