aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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.
2014-09-06Merge pull request #1818 from tituomin/serializer-subclass-mappingTom Christie
Better mapping for custom model fields to serializer fields.
2014-09-06Merge pull request #1838 from jbittel/fix-encoded-filename-rfc6266Tom Christie
Support RFC6266 encoded filenames
2014-09-06Merge pull request #1841 from jpadilla/view-description-as-promiseTom Christie
Supported translated text view descriptions
2014-09-05Install tox correctlyJosé Padilla
2014-09-05Install toxJosé Padilla
2014-09-05Try running Tox from TravisJosé Padilla
2014-09-05Refactor disposition unpacking for clarityJason Bittel
2014-09-05Remove unicode stringsJosé Padilla
2014-09-05Use force_text from compatJosé Padilla
2014-09-05Fix linting issuesJosé Padilla
2014-09-05Merge remote-tracking branch 'poswald/view-description-as-promise' into ↵José Padilla
view-description-as-promise
2014-09-05Move parser tests to correct directoryJason Bittel
2014-09-05Fix encoded filename parsing to allow for langJason Bittel
2014-09-05Refactor encoded filename feature per #1531Jason Bittel
2014-09-05Removed use encoding available only in py3Vladislav Vlastovskiy
2014-09-05Removed assert for wrong charsetVladislav Vlastovskiy
2014-09-05Added test for encoded filenameVladislav Vlastovskiy
2014-09-05Added get filename as encodedVladislav Vlastovskiy
This filename described in RFC 6266
2014-09-05Merge pull request #1836 from jpadilla/filter-orderingTom Christie
Preserve default ordering when using filtering
2014-09-05Remove order_by from AutoFilterSetJosé Padilla
2014-09-05Failing test case for #1432José Padilla
2014-09-05Workin onTom Christie
2014-09-05Merge pull request #1834 from piotrjakimiak/masterTom Christie
Fix returning None when allow_none is True in CharField
2014-09-05Delete useless assertPiotr Jakimiak