aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
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-12Access validation messages in a way thats compatible with 1.4, 1.5Tom Christie
2014-09-12Tests for relational fields (not including many=True)Tom Christie
2014-09-12Coerce dates etc to ISO_8601 in seralizer, by default.Tom Christie
2014-09-12UNICODE_JSON and COMPACT_JSON settingsTom Christie
2014-09-12Clean up relational fields queryset usageTom Christie
2014-09-12to_internal_value() and to_representation()Tom Christie
2014-09-12MethodField -> SerializerMethodFieldTom Christie
2014-09-11NotImplemented stubs for Field, and DecimalField improvementsTom 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-11Merge masterTom Christie
2014-09-09Fleshing out serializer fieldsTom Christie
2014-09-08More test sortingTom Christie
2014-09-08Merge pull request #1844 from adamsc64/issue_1533Tom Christie
2014-09-06Fixed #1533 - Resolved issue with integer keys on nested choices never valida...Christopher Adams
2014-09-06Merge pull request #1838 from jbittel/fix-encoded-filename-rfc6266Tom Christie
2014-09-05Remove unicode stringsJosé Padilla
2014-09-05Fix linting issuesJosé Padilla
2014-09-05Merge remote-tracking branch 'poswald/view-description-as-promise' into view-...José Padilla
2014-09-05Move parser tests to correct directoryJason Bittel
2014-09-05Fix encoded filename parsing to allow for langJason Bittel
2014-09-05Removed assert for wrong charsetVladislav Vlastovskiy
2014-09-05Added test for encoded filenameVladislav Vlastovskiy
2014-09-05Failing test case for #1432José Padilla
2014-09-05Workin onTom Christie
2014-09-05Delete useless assertPiotr Jakimiak
2014-09-05Use Serializer instead of ModelSerializerPiotr Jakimiak
2014-09-05Check object in testsPiotr Jakimiak
2014-09-05Fix returning None when allow_none is True in CharFieldPiotr Jakimiak
2014-09-05Merge pull request #1820 from carltongibson/login-dropdownTom Christie
2014-09-03More test passingTom Christie
2014-09-03Add custom pagination test that covers case with custom object serializer classMichał Jaworski
2014-09-02Getting tests passingTom Christie
2014-09-02Add relations and get tests runningTom Christie
2014-09-02Fix importsCarlton Gibson
2014-09-02Fix docstringCarlton Gibson
2014-09-02Remove Login Dropdown when Auth Views are not registered.Carlton Gibson
2014-09-01Comform to flake8Carlton Gibson
2014-09-01Regression for #1810: Test login view rendersCarlton Gibson
2014-08-29Remove `.model` usage in tests.Tom Christie
2014-08-20Merge branch 'master' into set-retry-afterDmitry Mukhin