aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/decorators.py
AgeCommit message (Expand)Author
2015-02-04Parens around if clauseGreg Kempe
2015-02-04Use inline ifGreg Kempe
2015-02-04FIX: Don't default to list in method argsGreg Kempe
2014-11-28@api_view defaults to allowing GETTom Christie
2014-08-29Remove unused imports.Tom Christie
2014-08-29Remove `.link()` and `.action()` decorators.Tom Christie
2014-08-19Drop six from compat. 1.4.2 is now the lowest supported version.Tom Christie
2014-08-19Code linting and added runtests.pyTom Christie
2013-08-19Commenting link/action decorators as pending deprecationTom Christie
2013-07-15Combined link_* and action_* decorators into detail_route and list_route, mar...Alex Burgel
2013-07-15Changed collection_* decorators to list_*Alex Burgel
2013-07-15Add support for collection routes to SimpleRouterAlex Burgel
2013-06-02Add notes on 'method' argument to '@action' decoratorTom Christie
2013-05-28Fixed typosPascal Borreli
2013-05-24Allow action decorator to handle multiple http methodsAlex Burgel
2013-04-25Cleanup docstringsTom Christie
2013-04-04Add support for action and link routingTom Christie
2013-02-04Cleanup importsTom Christie
2013-01-19Raise assertion errors if @api_view decorator is applied incorrectly. Fixes #...Tom Christie
2012-11-14fixed some typosStephan Groß
2012-10-29Style tweaksTom Christie
2012-10-09Added quickstart guideTom Christie
2012-10-09Function based views get proper naming in browseable APITom Christie
2012-09-26Fix @api_view decorator testsTom Christie
2012-09-26No need to use setattrJamie Matthews
2012-09-26Update to new rest_framework package name, simplify implementationJamie Matthews
2012-09-26Merge branch 'restframework2' of git://github.com/tomchristie/django-rest-fra...Jamie Matthews
2012-09-20Change package name: djangorestframework -> rest_frameworkTom Christie