Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Allow NULLable fields to be blank #62

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

tkw1536
Copy link
Member

@tkw1536 tkw1536 commented Oct 29, 2017

Several fields in the Student model were allowed to be NULL, but were still required to be non-blank in the admin interface.

This PR updates the model so that all fields in the Student model which have null=True also have blank=True.

Several fields in the Student model were allowed to be NULL, but were
still required to be non-blank in the admin interface.

This commit updates the model so that all fields in the Student model
which have null=True also have blank=True
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant