django-rest-framework/rest_framework
Tom Christie c5a2d501e5 Merge pull request #2175 from BrickXu/fix_2171
Not allow to pass an empty actions to viewset.as_view()
2014-12-03 08:53:04 +00:00
..
authtoken Removed unused import 2014-11-28 13:33:07 +01:00
static/rest_framework add glyphicons font files 2014-11-04 22:01:23 -05:00
templates/rest_framework Style tweaks to login template. 2014-11-25 09:07:25 +00:00
templatetags Merge master 2014-11-03 11:39:54 +00:00
utils BindingDict inherits from collections.MutableMapping. Closes #2135. 2014-12-02 15:15:21 +00:00
__init__.py Version 2.4.4 2014-11-03 11:20:18 +00:00
authentication.py
compat.py Drop usage of SortedDict. Closes #2027. 2014-11-06 12:00:30 +00:00
decorators.py @api_view defaults to allowing GET 2014-11-28 15:55:02 +00:00
exceptions.py Make _force_text_recursive private. 2014-11-20 12:02:58 +00:00
fields.py Drop Field.validate 2014-11-27 16:41:53 +00:00
filters.py
generics.py
metadata.py Fix byte decode error rendering 'display_name' with OPTIONS. Closes #2084 2014-11-18 15:42:52 +00:00
mixins.py PUT as create docs, and move mixin out to external gist 2014-11-03 12:00:19 +00:00
models.py
negotiation.py
pagination.py
parsers.py FileUploadParser. Raising StopFutureHandlers removes any handlers not yet run for the active set. Closes #2109. 2014-12-02 13:52:46 +00:00
permissions.py
relations.py Tweak to 3.0 relationship docs 2014-11-26 11:38:48 +00:00
renderers.py Fix rendering HTML form when API error raised. Closes #2103. 2014-11-20 16:14:51 +00:00
request.py request.DATA, request.FILES -> request.data 2014-11-25 11:42:43 +00:00
response.py
reverse.py
routers.py Drop usage of SortedDict. Closes #2027. 2014-11-06 12:00:30 +00:00
serializers.py Minor tweaks for helpful message on Model.objects.create() failure. 2014-12-02 13:04:49 +00:00
settings.py
status.py
test.py
throttling.py
urlpatterns.py
urls.py
validators.py Apply defaults and requiredness to unique_together fields. Closes #2092. 2014-11-19 13:55:10 +00:00
views.py
viewsets.py Not allow to pass an empty actions to viewset.as_view(). Refs issue #2171 2014-12-02 17:07:55 +08:00