Re: Editing a model in console: form validation fails

2010-02-04 Thread pjmorse
On Feb 3, 2:10 pm, Daniel Roseman wrote: > On Feb 3, 5:45 pm, pjmorse wrote: > > I narrowed the problem down to form validation in the view, and using > > pdb and some debug logging commands I got the validation errors out. > > Here's the problematic code: > > (Pdb) pf.errors > > {'athlete': [u'

Re: Editing a model in console: form validation fails

2010-02-03 Thread Daniel Roseman
On Feb 3, 5:45 pm, pjmorse wrote: > I'm trying to sort out a problem in the console with editing an > object. The user-reported problem, which I verified, is that changes > made in the edit form are not made in the database; the user gets no > error message, but their changes aren't made, either.