django-rest-framework/docs
Carlton Gibson 6c0c69ed65
Correct allow_null behaviour when required=False (#5888)
* Revert "Non-required fields with 'allow_null=True' should not imply a default value (#5639)"
    This reverts commit 905a5579df.
    Closes #5708

* Add test for allow_null + required=False
    Ref #5708: allow_null should imply default=None, even for non-required fields.

* Re-order allow_null and default in field docs
    default is prior to allow_null. allow_null implies an outgoing default=None.

* Adjust allow_null note.
2018-03-20 21:24:39 +01:00
..
api-guide Correct allow_null behaviour when required=False (#5888) 2018-03-20 21:24:39 +01:00
img Add drf-yasg to documentation and schema 3rd party packages (#5720) 2018-01-02 14:51:54 +01:00
topics Update funding.md 2018-03-20 02:31:44 +01:00
tutorial Corrected endpoint in tutorial instructions (#5835) 2018-02-16 16:57:25 +01:00
CNAME Include CNAME file 2014-11-25 16:01:32 +00:00
index.md Prefer https protocol for links in docs when available 2018-01-15 15:15:21 +01:00