django-rest-framework/rest_framework
Petros Moisiadis 570187b959 Updated NestedBoundField to also handle empty string when rendering its form
If a NestedBoundField field has a value of `None` and is inside another NestedBoundField field, it will have its value converted to an empty string while the form of its enclosing field is being rendered. So, NestedBoundField fields with an empty string value must be handled the same way as NestedBoundField fields with a `None` value.
2015-11-26 17:07:57 +02:00
..
authtoken removed south_migrations directory 2015-10-23 10:00:01 -04:00
locale Update the translations. 2015-09-21 08:07:56 +02:00
static/rest_framework Update bootstrap from 3.2.0 to 3.3.5 2015-10-26 10:40:59 -04:00
templates/rest_framework Merge pull request #3497 from Ins1ne/feature/3340 2015-11-18 17:38:07 +01:00
templatetags Fix template.render deprecation warnings for 1.9+ 2015-11-18 17:06:35 +01:00
utils Updated NestedBoundField to also handle empty string when rendering its form 2015-11-26 17:07:57 +02:00
__init__.py Version 3.3.1 2015-11-04 14:49:57 +00:00
authentication.py Use REST framework request parsing when accessing old-style .POST 2015-11-04 14:10:51 +00:00
compat.py Make DRF compatible with multi template engine in Django 1.8 2015-11-25 07:37:01 +01:00
decorators.py Cleanup import following PEP 8 style guide 2015-06-25 16:10:17 -04:00
exceptions.py Replaced all dict and set conversions from lists to dict and set literals. 2015-10-17 12:00:11 +03:00
fields.py Fix typo in docstring for ReadOnlyField 2015-11-20 13:51:21 -05:00
filters.py Fix template.render deprecation warnings for 1.9+ 2015-11-18 17:06:35 +01:00
generics.py Sort imports with isort 2015-06-25 16:55:51 -04:00
metadata.py Replaced all dict and set conversions from lists to dict and set literals. 2015-10-17 12:00:11 +03:00
mixins.py Cleanup import following PEP 8 style guide 2015-06-25 16:10:17 -04:00
models.py Move models.resolve_model to serializers._resolve_model 2014-01-13 11:47:44 -05:00
negotiation.py More cleanup of browser overrides 2015-09-28 15:33:55 +01:00
pagination.py Fix template.render deprecation warnings for 1.9+ 2015-11-18 17:06:35 +01:00
parsers.py Sort imports with isort 2015-06-25 16:55:51 -04:00
permissions.py Remove Django 1.5 get_model_name fallback 2015-09-21 20:10:31 +02:00
relations.py typo 2015-10-29 16:20:44 +01:00
renderers.py Merge pull request #3655 from andreif/fix/headers-order 2015-11-18 17:25:54 +00:00
request.py Use REST framework request parsing when accessing old-style .POST 2015-11-04 14:10:51 +00:00
response.py Django 1.9's test case HttpResponse.json() is not cachable. 2015-08-28 11:55:23 +01:00
reverse.py More cleanup of browser overrides 2015-09-28 15:33:55 +01:00
routers.py Replaced all dict and set conversions from lists to dict and set literals. 2015-10-17 12:00:11 +03:00
serializers.py Proper 'is primary key' checking 2015-11-04 14:37:32 +00:00
settings.py Release notes etc 2015-10-22 14:05:52 +01:00
status.py Code linting and added runtests.py 2014-08-19 13:28:07 +01:00
test.py Bump minimum Django version to 1.5 2015-07-30 15:43:39 +01:00
throttling.py Cleanup import following PEP 8 style guide 2015-06-25 16:10:17 -04:00
urlpatterns.py Sort imports with isort 2015-06-25 16:55:51 -04:00
urls.py Sort imports with isort 2015-06-25 16:55:51 -04:00
validators.py Replaced all dict and set conversions from lists to dict and set literals. 2015-10-17 12:00:11 +03:00
versioning.py Sort imports with isort 2015-06-25 16:55:51 -04:00
views.py Remove Django 1.4 compat code 2015-08-07 00:02:29 +02:00
viewsets.py Fix 'metadata' action on viewsets. Closes #3158. Closes #3157. Closes #3115. 2015-07-16 10:08:22 +01:00