Re: Newforms and a ubiquitous validation need: confirmation fields

2007-03-16 Thread Ian
This is the best solution I've come up with so far: class ConfirmForm(forms.Form): """ This behaves as a regular form, except that any field whose name starts with "confirm_" will have an additional clean method implemented for it that will check its value against the fiel

Newforms and a ubiquitous validation need: confirmation fields

2007-03-16 Thread Ian
I brought up a discussion on this topic in the Users' list: http://groups.google.com/group/django-users/browse_thread/thread/9858019b2211444a/ To recap the focus of my point: > The purpose of web development frameworks is to make common web > development tasks easier, or give them to you for free