Project

Profile

Help

Issue #3755

closed

allow_blank is not set to true for optional fields

Added by bizhang almost 6 years ago. Updated over 4 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
-
Sprint/Milestone:
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Easy Fix
Sprint:
Quarter:

Description

By default allow_blank is set to False:
http://www.django-rest-framework.org/api-guide/fields/#charfield

Optional fields that do not have this set to True have a minlength field in the schema:

description: {
title: "Description",
description: "An optional description.",
type: "string",
minLength: 1
},

So when the field is not being sent in a request, the request fails validation.
Every CharField that does not have required=True should have allow_blank.


Related issues

Related to Pulp - Issue #3964: OpenAPI schema requires Progress Report suffix to be 1 char or longerCLOSED - CURRENTRELEASEdkliban@redhat.comActions

Also available in: Atom PDF