Re: Warnings instead of only errors in Django Forms

2014-08-13 Thread Collin Anderson
Can you override the render() method of a form field widget? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post t

Warnings instead of only errors in Django Forms

2014-08-13 Thread Thomas Güttler
Is there a solution to this? I want to display additional text next to a form field. There is a four years old question on stackoverflow[1], but the solution to use the message framework does not help me, since I want to see the additional text next to the form field. Message at the top of the p