Re: Making InlineModelAdmin objects required.

2010-01-21 Thread iliveinapark
Thanks mate, I'll look into that at some point. It's not a major requirement of the project, so I'll put it on the backburner for now. Cheers, Brenton. On Jan 21, 5:21 pm, "mattimust...@gmail.com" wrote: > Hi, > > Take a look

Re: Making InlineModelAdmin objects required.

2010-01-20 Thread mattimust...@gmail.com
Hi, Take a look at http://code.google.com/p/wadofstuff/wiki/WadOfStuffDjangoForms as the RequireOneFormSet class may give you some hints on how to do this. regards Matthew On Jan 21, 3:57 pm, iliveinapark wrote: > Hi all, > > I'm wondering if there's a way to

Making InlineModelAdmin objects required.

2010-01-20 Thread iliveinapark
Hi all, I'm wondering if there's a way to make InlineModelAdmin objects required, so that if a user saves on an admin page without completing the fields of the inline model, it displays big red "This field is required." Errors like it does with the included fields. Cheers. -- You received this