django-rest-framework/rest_framework
Ludwig Kraatz e9dfebc9c6 clean support for view namespaces in as serializer attribute
view name is prepended with namespace if existend
2012-11-08 15:27:32 +01:00
..
authtoken
runtests
static/rest_framework Make textareas in browseable API same width as everything else 2012-11-07 11:32:52 +00:00
templates/rest_framework
templatetags
tests
utils Fix repeated breadcrumbs when optional trailing slash is used 2012-11-07 11:32:51 +00:00
__init__.py Version 2.1.1 2012-11-07 11:43:47 +00:00
authentication.py
compat.py
decorators.py
exceptions.py
fields.py fixed typo 2012-11-07 17:19:13 +01:00
generics.py Use saner get_serializer signature 2012-11-06 17:05:15 +00:00
mixins.py Use saner get_serializer signature 2012-11-06 17:05:15 +00:00
models.py
negotiation.py
pagination.py
parsers.py
permissions.py
renderers.py Allowing custom Serializer Fields to have different BrowsableApiRendered Form Fields than CharField 2012-11-08 14:58:53 +01:00
request.py
response.py
reverse.py
serializers.py clean support for view namespaces in as serializer attribute 2012-11-08 15:27:32 +01:00
settings.py
status.py fixed typo in html status code 2012-11-06 21:11:05 +01:00
throttling.py
urlpatterns.py
urls.py
views.py