encode / django-vanilla-views

Beautifully simple class-based views.
http://django-vanilla-views.org/
BSD 2-Clause "Simplified" License
985 stars 74 forks source link

Update Docs: correct form_invalid descriptions #91

Closed dana-hughes closed 4 years ago

dana-hughes commented 4 years ago

Change form_invalid description under both UpdateView and CreateView:

From: "...when a valid form submission occurs..." To: "...when an invalid form submission occurs..."

tomchristie commented 4 years ago

Thanks!