aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework
AgeCommit message (Expand)Author
2013-05-04Codebase improvements on FileUploadParserMichael Elovskikh
2013-05-03Tests for FileUploadParserMichael Elovskikh
2013-05-03Added FileUploadParser refs #7Michael Elovskikh
2013-04-30Catch ImproperlyConfigured exception in compat.py (fixes #803)Danilo Bargen
2013-04-27Changed definition of NestedModelSerializer to correct depth handlingJC
2013-04-27Changed DepthTest to have depth=2JC
2013-04-17extend base login templateforgingdestiny
2013-04-17add branding and style blocksforgingdestiny
2013-04-17Version 2.2.72.2.7Tom Christie
2013-04-17Remove unneccessary tests from #789, and bit of cleanup.Tom Christie
2013-04-17Merge https://github.com/shezi/django-rest-frameworkTom Christie
2013-04-16Explicit error if dev does not return a response from the viewTom Christie
2013-04-14adding test case for generic view with overriden get_object()Johannes Spielmann
2013-04-13Allow overriding get_object to work correctly. Fixes #784Tom Christie
2013-04-10Fix 1.3 compat issue. Closes #780Tom Christie
2013-04-04Version 2.2.62.2.6Tom Christie
2013-04-04Fixed comma detection in break_long_headers templatetagglic3rinu
2013-04-04Added break_long_headers on templatetags and base templateglic3rinu
2013-04-03Merge pull request #772 from preed/preed/ModelSerializer-bool-fixTom Christie
2013-04-03Fix the fact that InvalidConsumerError and InvalidTokenError wasn't imported ...Atle Frenvik Sveen
2013-04-03Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-04-03Fix bug with inactive user accessing OAuthTom Christie
2013-04-02Don't have the ModelSerializer trust deserialized objects to not have redefin...J. Paul Reed
2013-04-01Fixed IPv6 support for urlize_quoted_linksglic3rinu
2013-03-29Merge pull request #767 from tomchristie/fix-oauth2-token-onlyTom Christie
2013-03-29Merge pull request #766 from glic3rinu/masterTom Christie
2013-03-28Removed pagination regression special case for Django<1.4. Having DjangoFil...Kevin Stone
2013-03-28Cleaned imports on templatetags/rest_framework moduleglic3rinu
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-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