django-quieter-formset

Django formset that's a bit quieter
Download

django-quieter-formset Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Publisher Name:
  • Mozilla
  • Publisher web site:
  • https://labs.mozilla.com/forum/index.php/topic,1465.0.html

django-quieter-formset Tags


django-quieter-formset Description

Django formset that's a bit quieter django-quieter-formset is a Django app that validates data and puts them into non-form errors as opposed to raising 500 errors.Usage:from quieter_formset.formset import BaseFormSet, BaseModelFormSetmodelformset_factory(User, formset=BaseModelFormSet)formset_factory(ArticleForm, formset=BaseFormSet)Errors will be pushed into non_form_errors. Make sure you show those in your form. Because the management form breaks, we don't know information about the form and so form data will be lost and the form breaks. However it was going to do this anyway. Requirements: · Python · Django


django-quieter-formset Related Software