aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-04-25Added AutoRouter. Don't know if this is a good idea.Tom Christie
2013-04-25Simplify paginate_queryset methodTom Christie
2013-04-25More viewset/router docsTom Christie
2013-04-25Remove 2.0 migration guide which was never includedTom Christie
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-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-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-13Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-04-13Allow overriding get_object to work correctly. Fixes #784Tom Christie
2013-04-11Remove router bit from viewset docsTom Christie
2013-04-11Simplify get_objectTom Christie
2013-04-11Merge pull request #783 from vshih/masterTom Christie
Remove redundant text.
2013-04-11Remove redundant text.Victor Shih
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-09Viewsets and routers in seperate docsTom Christie
2013-04-04TweaksTom Christie
2013-04-04Version 2.2.62.2.6Tom Christie
2013-04-04Use consistent header style in tutorial part 5Tom 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-04Merge pull request #777 from glic3rinu/masterTom Christie
Break long headers on the browsable API
2013-04-04Rephrased break_long_headers release notes lineglic3rinu
2013-04-04Added break_long_headers on the release notesglic3rinu
2013-04-04Fixed comma detection in break_long_headers templatetagglic3rinu
2013-04-04Added break_long_headers on templatetags and base templateglic3rinu
2013-04-03Update release-notes.mdTom Christie
2013-04-03Added @preed for bugfix #772. Thanks!Tom Christie
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-03Update release-notes.mdTom Christie
2013-04-03Added @atlefren for bugfix in #776Tom Christie
2013-04-03Merge pull request #776 from atlefren/masterTom Christie
Proper import of errors from oauth_provider
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