aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework
AgeCommit message (Expand)Author
2013-05-02introduce lookup_field and add pendingdeprecationwarningsTom Christie
2013-05-01lookup_field on hyperlinked fields, and overriddable hyperlinked fields. Clo...Tom Christie
2013-04-30Merge masterTom Christie
2013-04-30Add DjangoModelPermissionsOrAnonReadOnlyTom Christie
2013-04-30Add get_breadcrumbs hook to BrowseableAPIRenderer. Closes #733.Tom Christie
2013-04-30Drop out attributeTom Christie
2013-04-29Tweaks for preferring .queryset over .modelTom Christie
2013-04-29fields shortcut on viewsTom Christie
2013-04-29Remove AutoRouter. (Adding shortcut to generic views/viewsets means it's un...Tom Christie
2013-04-292.2's PendingDeprecationWarnings now become DeprecationWarnings. 2.3's Pendi...Tom Christie
2013-04-27Changed definition of NestedModelSerializer to correct depth handlingJC
2013-04-27Changed DepthTest to have depth=2JC
2013-04-26Bits of cleanupTom Christie
2013-04-26Deal with List/Instance suffixes for viewsetsTom Christie
2013-04-26DecimalFieldTom Christie
2013-04-25Added AutoRouter. Don't know if this is a good idea.Tom Christie
2013-04-25Simplify paginate_queryset methodTom 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-17extend base login templateforgingdestiny
2013-04-17add branding and style blocksforgingdestiny
2013-04-17Merge branch 'include_reverse_relations' of https://github.com/tomchristie/dj...Tom Christie
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-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-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