index
:
django-rest-framework
3.0-beta
docs-renderers-use-appropriate-renderer-class-name
empty_closable_objects
gh-pages
master
model-serializer-api
model-serializer-caching
version-2.4.x
version-3.1
Web APIs for Django.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rest_framework
/
decorators.py
Age
Commit message (
Expand
)
Author
2015-02-04
Parens around if clause
Greg Kempe
2015-02-04
Use inline if
Greg Kempe
2015-02-04
FIX: Don't default to list in method args
Greg Kempe
2014-11-28
@api_view defaults to allowing GET
Tom Christie
2014-08-29
Remove unused imports.
Tom Christie
2014-08-29
Remove `.link()` and `.action()` decorators.
Tom Christie
2014-08-19
Drop six from compat. 1.4.2 is now the lowest supported version.
Tom Christie
2014-08-19
Code linting and added runtests.py
Tom Christie
2013-08-19
Commenting link/action decorators as pending deprecation
Tom Christie
2013-07-15
Combined link_* and action_* decorators into detail_route and list_route, mar...
Alex Burgel
2013-07-15
Changed collection_* decorators to list_*
Alex Burgel
2013-07-15
Add support for collection routes to SimpleRouter
Alex Burgel
2013-06-02
Add notes on 'method' argument to '@action' decorator
Tom Christie
2013-05-28
Fixed typos
Pascal Borreli
2013-05-24
Allow action decorator to handle multiple http methods
Alex Burgel
2013-04-25
Cleanup docstrings
Tom Christie
2013-04-04
Add support for action and link routing
Tom Christie
2013-02-04
Cleanup imports
Tom Christie
2013-01-19
Raise assertion errors if @api_view decorator is applied incorrectly. Fixes #...
Tom Christie
2012-11-14
fixed some typos
Stephan Groß
2012-10-29
Style tweaks
Tom Christie
2012-10-09
Added quickstart guide
Tom Christie
2012-10-09
Function based views get proper naming in browseable API
Tom Christie
2012-09-26
Fix @api_view decorator tests
Tom Christie
2012-09-26
No need to use setattr
Jamie Matthews
2012-09-26
Update to new rest_framework package name, simplify implementation
Jamie Matthews
2012-09-26
Merge branch 'restframework2' of git://github.com/tomchristie/django-rest-fra...
Jamie Matthews
2012-09-20
Change package name: djangorestframework -> rest_framework
Tom Christie