-
Archives
- December 2022
- July 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- June 2012
- August 2011
- November 2010
- October 2010
- April 2010
- February 2010
- October 2009
- May 2009
- January 2009
- December 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
Tag Archives: release
Making a complex customized Django form template? Remember to include form.non_field_errors!
This drove me crazy for about 30 minutes. If you’re making a heavily customized form template with Django, the newforms documentation suggests this format: But, if you do any sort of non-field specific (form-level) validation, those validation messages won’t be … Continue reading →
Posted in internets, tech
|
Tagged 0.96, attribute, dev, django, error, field, field specific, form, form wide, form-level, form.as_ul, form.errors, form.errors.all, form.field_errors, forms, forms.ValidationError, level, message, new forms, newforms, non, non-field, non-field-specific, non-specific, non_field_errors, python, release, specific, svn, validation, validationerror, validator
|
13 Comments