aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework
AgeCommit message (Collapse)Author
2013-04-25Cleanup docstringsTom Christie
2013-04-24Various clean up and lots of docsTom Christie
2013-04-23Merge remove-django-genericsTom Christie
2013-04-23Ensure implementation of reverse relations in 'fields' is backwards compatibleTom Christie
2013-04-19Don't use field when saving related dataMark Aaron Shirley
2013-04-18Fix model serializer nestesd delete behaviorMark Aaron Shirley
2013-04-17extend base login templateforgingdestiny
2013-04-17add branding and style blocksforgingdestiny
2013-04-17Merge branch 'include_reverse_relations' of ↵Tom Christie
https://github.com/tomchristie/django-rest-framework into include_reverse_relations
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-16Merge remote-tracking branch 'upstream/master' into ↵Mark Aaron Shirley
writable-nested-modelserializer Conflicts: docs/api-guide/serializers.md
2013-04-16Explicit error if dev does not return a response from the viewTom Christie
2013-04-15Return Decimal instance instead of stringStephan Groß
2013-04-15Fix init callStephan Groß
2013-04-15Add DecimalField to field_mappingStephan Groß
2013-04-15Fix unicodesStephan Groß
2013-04-15Add DecimalField supportStephan Groß
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-11Simplify get_objectTom Christie
2013-04-10First pass on automatically including reverse relationshipTom Christie
2013-04-10Fix 1.3 compat issue. Closes #780Tom Christie
2013-04-09Cleaning up around bits of API that will be pending deprecationTom Christie
2013-04-09Cleaning up around bits of API that will be pending deprecationTom Christie
2013-04-09Cleaning up get_object and get_querysetTom Christie
2013-04-09Add lookup_kwargTom Christie
2013-04-09Removed SingleObjectMixin and MultipleObjectMixinTom Christie
2013-04-09Minor cleaning up on ViewTom Christie
2013-04-06one-many writable nested modelserializer supportMark Aaron Shirley
2013-04-04TweaksTom Christie
2013-04-04Version 2.2.62.2.6Tom Christie
2013-04-04Fix up view name/description testsTom Christie
2013-04-04Factor view names/descriptions out of View classTom Christie
2013-04-04CommentingTom Christie
2013-04-04Add support for action and link routingTom Christie
2013-04-04Fleshing out viewsets/routersTom 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
Don't have the ModelSerializer trust deserialized objects to not have re...
2013-04-03Fix the fact that InvalidConsumerError and InvalidTokenError wasn't imported ↵Atle Frenvik Sveen
correctly from oauth_provider
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 ↵J. Paul Reed
redefine bool()ean-ness. If the model we're using the ModelSerializer for has redefined methods that act as a boolean (__bool__ or __len__), it may not return the object even though it is_valid(), and should.
2013-04-01Fixed IPv6 support for urlize_quoted_linksglic3rinu
2013-03-31Add viewsets/routers to indexs etcTom Christie
2013-03-30Merge branch 'master' into resources-routersTom Christie
2013-03-29Merge pull request #767 from tomchristie/fix-oauth2-token-onlyTom Christie
Fix OAuth 2 token only
2013-03-29Merge pull request #766 from glic3rinu/masterTom Christie
Refactored urlize_quoted_links based on Dango 1.5 urlize