[Solved]-Django: How to display Validation errors not specific to a field?

8👍

According to the docs, they go in a special field (__all__) and should be accessed via the non_field_errors() method. At a guess, I’d say that method returns a sequence.

Leave a comment