django-rest-framework
                                
                                 django-rest-framework copied to clipboard
                                
                                    django-rest-framework copied to clipboard
                            
                            
                            
                        Web APIs for Django. 🎸
Without this, an empty field is not considered to be empty and then validators might fail, e.g. django.contrib.postgres.validators.RangeMinValueValidator with > E TypeError: '
In both the generic view and serializer sections we need to make sure we're pointing out appropriate usage of `select_related`/`prefetch_related`. (To review: is there anything in there at the moment?)...
## Description - Support Django 2.1+ test client auto serializing data if the content type is a json type - Ensure the result of `_encode_data` is always `Tuple[bytes, str]` rather...
## Description It would be good to have a way of remove trailing zeros in output. For example when working with a lot of decimal precision you now get very...
## Checklist - [x] I have verified that that issue exists against the `master` branch of Django REST framework. - [x] I have searched for similar issues in both open...
## Description According to the documentation, this is supposed to work, but it doesn't. Add the read_only default values after the validation runs so they actually get saved. Fix for...
This pull request is a answer to the need to test nested file uploads. However, a question may be discussed: is Django-Rest-Framework not supporting nested multipart rendering by choice, for...
## Checklist - [X] I have verified that that issue exists against the `master` branch of Django REST framework. - [X] I have searched for similar issues in both open...
Renders list of items in raw_data_form and does not renders form in template while using with `ListSerializer` (`many=True`).
## Description Move `child.run_validation()` call to a separated method: `ListSerializer.run_child_validation`. This allows to easily customize this behavior without overriding `ListSerializer.to_internal_value` (which duplicates rest_framework code). It is useful to support multiple...