Re: Multiple admin forms

2009-03-20 Thread Alex Gaynor
On Fri, Mar 20, 2009 at 4:44 PM, Stuart Jansen wrote: > > On Fri, 2009-03-20 at 10:55 -0700, Collin Grady wrote: > > Usage questions belong on the django-users mailing list. This list is > > for the development of django itself. > > So you're saying that what the original author wants to accompli

Re: Multiple admin forms

2009-03-20 Thread Stuart Jansen
On Fri, 2009-03-20 at 10:55 -0700, Collin Grady wrote: > Usage questions belong on the django-users mailing list. This list is > for the development of django itself. So you're saying that what the original author wants to accomplish _is_ possible with the current Django admin? --~--~-

Re: Multiple admin forms

2009-03-20 Thread Collin Grady
Usage questions belong on the django-users mailing list. This list is for the development of django itself. -- Collin Grady --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this

Multiple admin forms

2009-03-20 Thread Dan Ward
Hello, I have a table, which contains three types of page. Each page has its own type of information. Up to now, all possible fields from the table have been displayed on an admin form and a drop down box provides the option to determine the type of page (page_type). Validation is carried out pe