aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2013-03-28Added force_text to compatglic3rinu
2013-03-27Added unit test for failing DjangoFilterBackend on SingleObjectMixin that was...Kevin Stone
2013-03-27Fixed DjangoFilterBackend not returning a query set.Kevin Stone
2013-03-28Remove oauth2-provider backends reference from compat.pyPierre Dulac
2013-03-28Remove client credentials from all OAuth 2 testsPierre Dulac
2013-03-27Complete remove of client checks from oauth2Fernando Rocha
2013-03-27Added quotes to TRAILING_PUNCTUATION used by urlize_quoted_linksglic3rinu
2013-03-27Refactored urlize_quoted_links code, now based on Django 1.5 urlizeglic3rinu
2013-03-27client credentials should be optional (fix #759)Fernando Rocha
2013-03-26MergeTom Christie
2013-03-26Version 2.2.52.2.5Tom Christie
2013-03-25Docs fixTom Christie
2013-03-25Bulk update, allow_add_remove flagTom Christie
2013-03-25Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-03-25Added @stoneg for typo fix #754. Thank you!Tom Christie
2013-03-25Merge pull request #754 from stoneG/masterTom Christie
2013-03-25Tiny typoSitong Peng
2013-03-23Forcing translations of lazy translatable strings in Field to_native methodMatteo Suppo
2013-03-23Added tests for issue 747 in serializer.pyMatteo Suppo
2013-03-22Update release notesTom Christie
2013-03-22Merge pull request #749 from tomchristie/clean-basic-nested-serializationTom Christie
2013-03-22Defer the writable nested modelserializers workTom Christie
2013-03-22TweakingTom Christie
2013-03-22Merge masterTom Christie
2013-03-22Updating contribution docs (still wip)Tom Christie
2013-03-22Merge masterTom Christie
2013-03-22Merge pull request #744 from tomchristie/basic-bulk-editTom Christie
2013-03-22Update release notesTom Christie
2013-03-22If oauth is not attempted don't throw an error. Fixes #748.Tom Christie
2013-03-22Merge pull request #743 from tomchristie/fix-datetime-regressionTom 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-18Remove erronous pre_saveTom Christie
2013-03-18Merge branch 'master' into resources-routersTom Christie
2013-03-18Merge pull request #739 from craigds/basic-nested-serializationTom 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-17Fix serializer restore_object example for partial updatesTom Christie
2013-03-17Extra note on methodTom Christie
2013-03-17Fix text regarding serializer error messages.Tom Christie
2013-03-16Merge pull request #735 from tomchristie/one-to-one-nested-wipTom Christie
2013-03-16Fixes to save_objectTom Christie