Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refs #31026 -- Simplified BaseForm.get_context().
bf.errors returns an ErrorList. Access this directly and avoid creating a new instance in BaseForm.get_context() Calling str() on the ErrorList can also be deferred to when the variable used in the template.
- Loading branch information