aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-09-18ModelSerializer.create() to handle many to many by defaultTom Christie
2014-09-18First pass on ManyRelationTom Christie
2014-09-18Test for custom fieldsTom Christie
2014-09-18Configuration correctness tests on ModelSerializerTom Christie
2014-09-18get_base_field() refactorTom Christie
2014-09-17Update commentsTom Christie
2014-09-15Tests for through relationshipsTom Christie
2014-09-15Fix nested model serializer base classTom Christie
2014-09-15Tests for reverse relationshipsTom Christie
2014-09-15Clean up field mapping testsTom Christie
2014-09-15Fix erronous importTom Christie
2014-09-15Drop label from serializer fields when not neededTom Christie
2014-09-12Dealing with reverse relationshipsTom Christie
2014-09-12DecimalField documentationTom Christie
2014-09-12Drop usage of validatiors.EMPTY_VALUESTom Christie
2014-09-12Access validation messages in a way thats compatible with 1.4, 1.5Tom Christie
2014-09-12Use Resolver404 instead of base ExceptionTom Christie
2014-09-12Tests for relational fields (not including many=True)Tom Christie
2014-09-12Updating docsTom Christie
2014-09-12Coerce dates etc to ISO_8601 in seralizer, by default.Tom Christie
2014-09-12Tidy up JSONEncoderTom Christie
2014-09-12UNICODE_JSON and COMPACT_JSON settingsTom Christie
2014-09-12Clean up relational fields queryset usageTom Christie
2014-09-12NON_FIELD_ERRORS_KEY settingTom Christie
2014-09-12to_internal_value() and to_representation()Tom Christie
2014-09-12MethodField -> SerializerMethodFieldTom Christie
2014-09-11DecimalFields should still be quantized even without coerce_to_stringTom Christie
2014-09-11NotImplemented stubs for Field, and DecimalField improvementsTom Christie
2014-09-11 no longer tightly coupled to private queryset APITom Christie
2014-09-11 no longer tightly coupled to private queryset APITom Christie
2014-09-11Throttles now use Retry-After header and no longer support the custom styleTom Christie
2014-09-11Nice manager representations on serializer classesTom Christie
2014-09-11Tidy up lookup_classTom Christie
2014-09-11Improve memory address removal for serializer representationsTom Christie
2014-09-11Improve memory address removal for serializer representationsTom Christie
2014-09-11Merge masterTom Christie
2014-09-10Compat fixesTom Christie
2014-09-10Added help_text argument to fieldsTom Christie
2014-09-10TweaksTom Christie
2014-09-09Fleshing out serializer fieldsTom Christie
2014-09-09Merge pull request #1852 from GVRV/bugfix/apiroot_get_regressionXavier Ordoquy
Make sure APIRoot.get can take on args, kwargs so router can be embedded...
2014-09-09Make sure APIRoot.get can take on args, kwargs so router can be embedded ↵Gaurav Dadhania
within any URL pattern.
2014-09-08More test sortingTom Christie
2014-09-08Merge pull request #1844 from adamsc64/issue_1533Tom Christie
Fixed #1533 - Resolved issue with integer keys on nested choices never v...
2014-09-08Merge pull request #1846 from barqshasbite/patch-1Tom Christie
Fixing quotes in filtering.md example code.
2014-09-08Merge pull request #1847 from hamishcampbell/masterTom Christie
Stop the API Client converting empty lists/dicts to empty strings
2014-09-08Stop the API Client converting empty lists/dicts to empty stringsHamish Campbell
2014-09-07Fixing quotes in filtering.mdDarren Maki
Incorrect quotes used in examples.
2014-09-07Merge pull request #1842 from jpadilla/travis-toxTom Christie
Try running Tox from Travis
2014-09-06Fixed #1533 - Resolved issue with integer keys on nested choices never ↵Christopher Adams
validating. - Added unit test for nested `choices` argument. - Added unit test for non-nested `choices` argument.