django-rest-framework/rest_framework
2012-10-04 09:29:12 +01:00
..
authtoken Change package name: djangorestframework -> rest_framework 2012-09-20 13:06:27 +01:00
runtests Fix coverage to not include migrations 2012-09-28 16:01:02 +01:00
static/rest_framework Tweak browseable API 2012-09-25 13:35:41 +01:00
templates/rest_framework Tweaks 2012-10-03 21:08:32 +01:00
templatetags Pagination support 2012-09-30 17:31:28 +01:00
tests Tests for default arguments on fields 2012-10-04 09:29:12 +01:00
utils Change package name: djangorestframework -> rest_framework 2012-09-20 13:06:27 +01:00
__init__.py Change package name: djangorestframework -> rest_framework 2012-09-20 13:06:27 +01:00
authentication.py Change package name: djangorestframework -> rest_framework 2012-09-20 13:06:27 +01:00
compat.py Fix serialization issue with Django 1.3 2012-09-28 14:53:22 +01:00
decorators.py Fix @api_view decorator tests 2012-09-26 21:47:19 +01:00
exceptions.py Fix @api_view decorator tests 2012-09-26 21:47:19 +01:00
fields.py M2M fields supported 2012-10-03 16:08:20 +01:00
generics.py Rename generic views 2012-10-03 09:26:15 +01:00
mixins.py Add Serializer.save() to clean up differences between serializer.object being either a DeserializedObject or a model instance 2012-10-03 11:08:02 +01:00
models.py Change package name: djangorestframework -> rest_framework 2012-09-20 13:06:27 +01:00
negotiation.py Change package name: djangorestframework -> rest_framework 2012-09-20 13:06:27 +01:00
pagination.py Make 'results_field' attribute of BasePaginationSerializer public. 2012-10-02 10:40:43 +01:00
parsers.py Bits of cleanup 2012-09-26 12:40:11 +01:00
permissions.py Remove dumbass __all__ variables 2012-09-20 13:22:07 +01:00
renderers.py Tweaks 2012-10-03 21:08:32 +01:00
request.py Remove support for doctests 2012-09-28 11:53:51 +01:00
resources.py Rename generic views 2012-10-03 09:26:15 +01:00
response.py Docs tweaking 2012-09-30 15:55:24 +01:00
reverse.py Change package name: djangorestframework -> rest_framework 2012-09-20 13:06:27 +01:00
serializers.py M2M fields supported 2012-10-03 16:08:20 +01:00
settings.py URL overrides in settings fixed up slightly 2012-10-02 15:24:42 +01:00
status.py Change package name: djangorestframework -> rest_framework 2012-09-20 13:06:27 +01:00
throttling.py Fix @api_view decorator tests 2012-09-26 21:47:19 +01:00
urlpatterns.py Change package name: djangorestframework -> rest_framework 2012-09-20 13:06:27 +01:00
urls.py Change package name: djangorestframework -> rest_framework 2012-09-20 13:06:27 +01:00
views.py Add more tests for generic views 2012-09-28 16:41:35 +01:00