Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(surveys): Exclude nullable fields from django admin (#25550)
By default, Django admin assumes that all fields are required, even if they're defined as NULL=true, blank=true in the django model specification. This is an issue if we want to change just one property start_date of a Survey, which is a common request.
- Loading branch information