aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-09-17Fixed code formattingMatthew J Morrison
2014-09-17Update routers.pyTom Christie
2014-09-17Merge pull request #1865 from mskrajnowski/default-router-listless-viewsetTom Christie
2014-09-17Merge pull request #1883 from jpadilla/masterTom Christie
2014-09-17Update initial migration to work on Python 3José Padilla
2014-09-17Update commentsTom Christie
2014-09-17Update authtoken latest Django 1.7 migrationJosé Padilla
2014-09-17Clarify "raised inside REST framework"Matthew J Morrison
2014-09-16Merge pull request #1874 from sheppard/patch-3Tom Christie
2014-09-15add wq.db router and django-rest-pandas renderersS. Andrew Sheppard
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-14Merge pull request #1871 from jpadilla/third-party-docsTom Christie
2014-09-14Update third-party-resources.mdJosé Padilla
2014-09-13Add invitation to add new contentJosé Padilla
2014-09-13Include third party resources link in home pageJosé Padilla
2014-09-13Add Third Party Resources Topic sectionJosé Padilla
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-11Added DefaultRouter support (and test) for viewsets without the default actio...Marek Skrajnowski
2014-09-11Merge pull request #1863 from jbinney/masterTom Christie
2014-09-10Fix grammar in login error messageJoe Binney
2014-09-10Merge pull request #1861 from sheppard/patch-2Tom Christie
2014-09-10add django rest pandasS. Andrew Sheppard