django,contrib.admin and validation

2007-09-14 Thread Ludvig Ericson
Yes, I've had that issue too (feel free to search the mailing list :-) What we did -- or rather, are doing is rolling our own custom views for everything. Sure, it's a bit more job, but with a lot of added benefits. (We do cross-model validation.) Jacob said he was working on that, and maybe t

Re: django,contrib.admin and validation

2007-09-14 Thread Thejaswi Puthraya
On Sep 14, 3:03 pm, Mike H <[EMAIL PROTECTED]> wrote: > Hi all, > > I've have a few models that need a bit more complex validation than the > Validators can handle. (They have a start and end date and need to check > in the database that no other record has an overlapping start / end > date.) The

django,contrib.admin and validation

2007-09-14 Thread Mike H
Hi all, I've have a few models that need a bit more complex validation than the Validators can handle. (They have a start and end date and need to check in the database that no other record has an overlapping start / end date.) The validation I need to do would be easy to do if the validators