django-rest-framework/rest_framework
Tom Christie 642970a1b8 Merge pull request #806 from wronglink/master
Added FileUploadParser
2013-05-07 05:09:09 -07:00
..
authtoken authtoken abstract if not installed. 2013-03-08 20:56:30 +00:00
runtests Merge OAuth2 work. 2013-03-07 17:43:13 +00:00
static/rest_framework Minimal appearance fixes in addition to #663 2013-02-22 17:49:10 +06:00
templates/rest_framework extend base login template 2013-04-17 10:15:02 -04:00
templatetags Fixed comma detection in break_long_headers templatetag 2013-04-04 14:01:47 +02:00
tests Merge pull request #806 from wronglink/master 2013-05-07 05:09:09 -07:00
utils Bits of cleanup 2013-04-26 15:11:11 +01:00
__init__.py Version 2.2.7 2013-04-17 09:07:20 +01:00
authentication.py Cleanup docstrings 2013-04-25 12:47:34 +01:00
compat.py Merge branch 'master' into 2.3 2013-05-05 16:48:46 +01:00
decorators.py Cleanup docstrings 2013-04-25 12:47:34 +01:00
exceptions.py Cleanup imports 2013-02-04 20:55:35 +00:00
fields.py 2.2's PendingDeprecationWarnings now become DeprecationWarnings. 2.3's PendingDeprecationWarnings added. 2013-04-29 12:45:00 +01:00
filters.py allow_empty -> pending deprecation in preference of overridden get_queryset. 2013-05-07 12:25:41 +01:00
generics.py Support for multiple filter classes 2013-05-07 13:00:44 +01:00
mixins.py introduce lookup_field and add pendingdeprecationwarnings 2013-05-02 12:07:18 +01:00
models.py Change package name: djangorestframework -> rest_framework 2012-09-20 13:06:27 +01:00
negotiation.py Cleanup docstrings 2013-04-25 12:47:34 +01:00
pagination.py Cleanup docstrings 2013-04-25 12:47:34 +01:00
parsers.py Raise ParseError if can't handle the uploaded file 2013-05-04 17:18:41 +06:00
permissions.py Add DjangoModelPermissionsOrAnonReadOnly 2013-04-30 14:34:28 +01:00
relations.py lookup_field on hyperlink serializers 2013-05-05 16:47:45 +01:00
renderers.py Merge master 2013-05-05 18:12:35 +01:00
request.py Cleanup docstrings 2013-04-25 12:47:34 +01:00
response.py Cleanup docstrings 2013-04-25 12:47:34 +01:00
reverse.py Cleanup imports 2013-02-04 20:55:35 +00:00
routers.py Automagically determine base_name in router class 2013-05-02 12:07:37 +01:00
serializers.py lookup_field on hyperlink serializers 2013-05-05 16:47:45 +01:00
settings.py Support for multiple filter classes 2013-05-07 13:00:44 +01:00
six.py Py3k cleanup 2013-02-01 15:07:51 +00:00
status.py Cleanup imports 2013-02-04 20:55:35 +00:00
throttling.py Cleanup docstrings 2013-04-25 12:47:34 +01:00
urlpatterns.py Cleanup imports 2013-02-04 20:55:35 +00:00
urls.py Cleanup imports 2013-02-04 20:55:35 +00:00
views.py Cleanup docstrings 2013-04-25 12:47:34 +01:00
viewsets.py .action attribute on viewsets 2013-05-05 16:48:00 +01:00