django-rest-framework/rest_framework
2012-12-29 18:17:48 +00:00
..
authtoken Reverted #458 2012-12-07 22:25:16 +00:00
runtests django.contrib.staticfiles no longer needs to be in INSTALLED_APPS 2012-12-28 12:33:24 +00:00
static/rest_framework Make textareas in browseable API same width as everything else 2012-11-07 11:32:52 +00:00
templates/rest_framework Include 'static' template tag to enable 1.3 compatible staticfiles behaviour 2012-12-28 12:36:28 +00:00
templatetags Include 'static' template tag to enable 1.3 compatible staticfiles behaviour 2012-12-28 12:36:28 +00:00
tests Add test for hyperlinked reverse FK create. Refs #511 2012-12-29 18:17:48 +00:00
utils Make filtering optional, and pluggable. 2012-11-07 21:07:24 +00:00
__init__.py Version 2.1.13 2012-12-28 12:45:05 +00:00
authentication.py Explicit CSRF failure message. Fixes #60. 2012-10-15 14:03:36 +01:00
compat.py urls, patterns, include imports move to compat to support incoming 1.3 thru 1.6 import compatability 2012-12-19 23:12:27 +00:00
decorators.py fixed some typos 2012-11-14 19:36:29 +01:00
exceptions.py Fixes for urls with suffixes 2012-10-29 17:08:38 +00:00
fields.py Update RelatedField#field_from_native coding style 2012-12-21 11:33:01 -08:00
filters.py Fixed identation on filter_fields 2012-11-19 00:14:03 +01:00
generics.py Tidying 2012-11-16 23:22:15 +00:00
mixins.py Fix #521. (Browseable API exception on delete) 2012-12-19 22:05:35 +00:00
models.py Change package name: djangorestframework -> rest_framework 2012-09-20 13:06:27 +01:00
negotiation.py Renderer negotiation: media_type specificty evaluation weak 2012-11-27 10:13:15 +01:00
pagination.py Drop unneeded passing through of kwargs now context issue is resolved. 2012-12-14 20:12:50 +00:00
parsers.py Added media_type to .parse() - Consistency with renderer API. 2012-10-17 22:39:07 +01:00
permissions.py Version 2.1.6. AKA: I am a doofus. 2012-11-23 13:21:18 +00:00
renderers.py Fix bug with M2M in browseable API 2012-12-17 21:59:51 +00:00
request.py Added setter to the auth property 2012-12-20 23:48:10 +00:00
response.py Merge pull request #407 from ludwigkraatz/location_header 2012-11-14 10:42:08 -08:00
reverse.py Fixes for urls with suffixes 2012-10-29 17:08:38 +00:00
serializers.py Support reverse FK creation 2012-12-29 16:51:41 +00:00
settings.py Polishing to page size query parameters & more docs 2012-11-16 22:45:57 +00:00
status.py fixed typo in html status code 2012-11-06 21:11:05 +01:00
throttling.py Fix some typos. 2012-10-30 00:30:52 +01:00
urlpatterns.py Use compat import of urlpatterns 2012-12-27 20:20:01 +00:00
urls.py urls, patterns, include imports move to compat to support incoming 1.3 thru 1.6 import compatability 2012-12-19 23:12:27 +00:00
views.py fixed some typos 2012-11-14 19:36:29 +01:00