django-rest-framework/rest_framework
Tom Christie ad6533e554 Merge pull request #2294 from tomchristie/fix-empty-html-values-with-default
Fix empty HTML values when a default is provided.
2014-12-17 15:24:01 +00:00
..
authtoken Removed custom python_2_unicode_compatible. Closes #2183 2014-12-04 02:50:25 +01:00
static/rest_framework Fixed display issues with tooltips. 2014-12-08 09:06:52 +07:00
templates/rest_framework Add allow_blank for ChoiceField #2184 2014-12-09 09:25:06 -04:00
templatetags Removed custom urlparse compat 2014-12-04 15:47:42 +01:00
utils Remove erronous print 2014-12-15 12:01:29 +00:00
__init__.py Version 3.0.1 2014-12-11 00:09:11 +01:00
authentication.py Removed unused imports, pep8 fixes, typo fixes 2014-12-05 00:29:28 +01:00
compat.py Use unicode internally everywhere for 'repr' 2014-12-15 11:55:17 +00:00
decorators.py @api_view defaults to allowing GET 2014-11-28 15:55:02 +00:00
exceptions.py str() -> six.text_type(). Closes #2290. 2014-12-17 13:39:35 +00:00
fields.py Fix empty HTML values when a default is provided. 2014-12-17 15:13:48 +00:00
filters.py
generics.py Serializer API restrictions. 2014-12-17 14:14:51 +00:00
metadata.py Removed custom StringIO, force_text, smart_text compat 2014-12-04 03:11:42 +01:00
mixins.py PUT as create docs, and move mixin out to external gist 2014-11-03 12:00:19 +00:00
models.py
negotiation.py
pagination.py
parsers.py Removed custom urlparse compat 2014-12-04 15:47:42 +01:00
permissions.py Removed unused imports, pep8 fixes, typo fixes 2014-12-05 00:29:28 +01:00
relations.py str() -> six.text_type(). Closes #2290. 2014-12-17 13:39:35 +00:00
renderers.py Serializer API restrictions. 2014-12-17 14:14:51 +00:00
request.py Ensure request.auth is available to response middleware. 2014-12-17 13:22:52 +00:00
response.py
reverse.py
routers.py Drop usage of SortedDict. Closes #2027. 2014-11-06 12:00:30 +00:00
serializers.py Serializer API restrictions. 2014-12-17 14:14:51 +00:00
settings.py Minor test cleanup 2014-12-15 13:18:39 +00:00
status.py
test.py Client.logout() also clears any force_authenticate 2014-12-12 13:13:08 +00:00
throttling.py
urlpatterns.py
urls.py
validators.py Use unicode internally everywhere for 'repr' 2014-12-15 11:55:17 +00:00
views.py Removed custom StringIO, force_text, smart_text compat 2014-12-04 03:11:42 +01:00
viewsets.py Removed unused imports, pep8 fixes, typo fixes 2014-12-05 00:29:28 +01:00