Re: newforms-admin: unique_together validation

2007-09-09 Thread akaihola
Malcolm, That's basically what I hoped to hear :) I started looking at model validation in the db model and admin modules, but following the code led me to newforms, which did left me wondering if something's still missing. Thanks for the update, I'll stay alert and jump in to test the new stuf

Re: newforms-admin: unique_together validation

2007-09-07 Thread Malcolm Tredinnick
On Fri, 2007-09-07 at 12:48 -0700, akaihola wrote: > Today I challenged myself to dive into newforms-admin source code and > try to figure out how to fix the unique_together problem for inline > forms in admin. > > I thought I'd share what I found and where I got stuck in case someone > wants to

newforms-admin: unique_together validation

2007-09-07 Thread akaihola
Today I challenged myself to dive into newforms-admin source code and try to figure out how to fix the unique_together problem for inline forms in admin. I thought I'd share what I found and where I got stuck in case someone wants to shed some light on the matter. I realize that my knowledge of D