django-rest-framework/rest_framework
Tom Christie 0cb5acee75 Merge pull request #2453 from alexsdutton/data-and-files-none-data
Pass {} as data to DataAndFiles, as it ends up in a MergeDict
2015-01-23 18:03:40 +00:00
..
authtoken
static/rest_framework Fixed display issues with tooltips. 2014-12-08 09:06:52 +07:00
templates/rest_framework Remove ‘/‘ from inside variable block {{ }} 2014-12-23 12:12:22 -08:00
templatetags
utils Support assignment in ClassLookupDict 2015-01-23 15:32:21 +00:00
__init__.py Bumped the version to 3.0.3. 2015-01-07 19:11:17 +01:00
authentication.py
compat.py Added DictField and support for HStoreField. 2015-01-23 16:27:23 +00:00
decorators.py
exceptions.py str() -> six.text_type(). Closes #2290. 2014-12-17 13:39:35 +00:00
fields.py Added DictField and support for HStoreField. 2015-01-23 16:27:23 +00:00
filters.py
generics.py Serializer API restrictions. 2014-12-17 14:14:51 +00:00
metadata.py
mixins.py
models.py
negotiation.py
pagination.py Pass init arguments through to serializer from pagination serializer. 2015-01-05 16:20:15 +00:00
parsers.py Pass {} as data to DataAndFiles, as it ends up in a MergeDict 2015-01-23 16:52:24 +00:00
permissions.py
relations.py Preserve ordering on relationship drop-down choices. Closes #2408. 2015-01-14 12:56:03 +00:00
renderers.py Do not render HTML output for hidden fields. Closes #2410. 2015-01-21 14:27:51 +00:00
request.py Ensure request.auth is available to response middleware. 2014-12-17 13:22:52 +00:00
response.py More sensible response caching. 2015-01-23 12:56:55 +00:00
reverse.py
routers.py NotImplemented -> NotImplementedError 2015-01-19 14:48:13 +00:00
serializers.py Added DictField and support for HStoreField. 2015-01-23 16:27:23 +00:00
settings.py Ammend docstring to use python2/3 compatible example. 2015-01-08 15:38:27 +00:00
status.py
test.py Client.logout() also clears any force_authenticate 2014-12-12 13:13:08 +00:00
throttling.py Fix error when NUM_PROXIES is greater than one 2015-01-12 08:12:24 -04:00
urlpatterns.py
urls.py
validators.py Use unicode internally everywhere for 'repr' 2014-12-15 11:55:17 +00:00
views.py
viewsets.py