aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework
AgeCommit message (Expand)Author
2013-03-26Version 2.2.52.2.5Tom Christie
2013-03-25Bulk update, allow_add_remove flagTom Christie
2013-03-22Defer the writable nested modelserializers workTom Christie
2013-03-22Merge masterTom Christie
2013-03-22Merge pull request #744 from tomchristie/basic-bulk-editTom Christie
2013-03-22If oauth is not attempted don't throw an error. Fixes #748.Tom Christie
2013-03-22Bit of extra tidying and plenty of docsTom Christie
2013-03-22Test moved out of serializer.py into serializer_bulk_updateTom Christie
2013-03-22Add extra tests for errors from incorrect data with multiple create/updateTom Christie
2013-03-21Default date/time fields now return python date/time objects again by defaultTom Christie
2013-03-20iso formated datetime aware fields with +0000 offset should use 'Z' suffix in...Tom Christie
2013-03-19Basic bulk create and bulk updateTom Christie
2013-03-18Added bulk create testsTom Christie
2013-03-18Merge branch 'master' into basic-nested-serializationTom Christie
2013-03-18Remove dumbass unneeded testTom Christie
2013-03-18use writablefield style for serializer handling of self.defaultCraig de Stigter
2013-03-18allow default values in writable serializer fieldsCraig de Stigter
2013-03-18accept all WritableField kwargs for writable serializers (eg required=True)Craig de Stigter
2013-03-16Fixes to save_objectTom Christie
2013-03-16Fixes to save_objectTom Christie
2013-03-16Clean up and comment `restore_object`Tom Christie
2013-03-15Remove unneeded arguments to save_objectTom Christie
2013-03-15Remove erronous _delete attributeTom Christie
2013-03-15Clean out ModelSerializer special casing from Serializer.field_from_nativeTom Christie
2013-03-15one 2 one nested relationshipsTom Christie
2013-03-14One-to-one writable, nested serializer supportMark Aaron Shirley
2013-03-13force_insert, force_update arguments. Closes #484.Tom Christie
2013-03-13Version 2.2.42.2.4Tom Christie
2013-03-13Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-03-13Use django-filter 0.6a1 and add database query count tests for paginated, fil...Tom Christie
2013-03-13Fix duplicated database queries for paginated lists.Tom Christie
2013-03-13Merge branch 'num-query-checking' of https://github.com/mjtamlyn/django-rest-...Tom Christie
2013-03-12Merge pull request #723 from mjumbewu/multitable-inheritanceTom Christie
2013-03-12Only honor X-HTTP-Method-Override for POST requests.Tom Christie
2013-03-12Merge pull request #695 from kuhnza/masterTom Christie
2013-03-12Merge branch 'master' into basic-nested-serializationTom Christie
2013-03-12TweakTom Christie
2013-03-12Clean up TokenHasReadWriteScope slightlyTom Christie
2013-03-12Merge masterTom Christie
2013-03-12Descriptive text for NestedValidationErrorTom Christie
2013-03-12Extra tests for nested serializersTom Christie
2013-03-12Initial support for writable nested serialization (Not ModelSerializer)Tom Christie
2013-03-12Added test for X-HTTP-Method-Override headerDave Kuhn
2013-03-11Further group model inheritance testsMjumbe Wawatu Ukweli
2013-03-11Group the model-inheritance-related tests togetherMjumbe Wawatu Ukweli
2013-03-11Simplify inherited child check to not use isinstanceMjumbe Wawatu Ukweli
2013-03-11Use parent's primary key when model is derived via multitable inheritanceMjumbe Wawatu Ukweli
2013-03-10Fixed #720Bouke Haarsma
2013-03-10Failing test to show problem of #720Bouke Haarsma
2013-03-10Add the implementation for TokenHasReadWriteScope permissions w/ oauth 1Pierre Dulac