Re: new forms and read-only rendering

2007-06-15 Thread eXt
On 14 Cze, 09:06, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > I think your expectations are a little different than what Django > provides. Django gives you a framework for hndling the pieces of a > project that can be automated most of the time. Laying out the > information on a page is not o

Re: new forms and read-only rendering

2007-06-14 Thread Malcolm Tredinnick
On Wed, 2007-06-13 at 20:54 +, eXt wrote: > I know that, but generic view needs a template created by hand (or I > missed something). I want to automatically generate some html code (as > new forms do). I think your expectations are a little different than what Django provides. Django gives y

Re: new forms and read-only rendering

2007-06-13 Thread eXt
I know that, but generic view needs a template created by hand (or I missed something). I want to automatically generate some html code (as new forms do). Thanks for answer. On 13 Cze, 22:33, "Joseph Heck" <[EMAIL PROTECTED]> wrote: > That kind of mechanism doesn't exist within Newforms. If you w

Re: new forms and read-only rendering

2007-06-13 Thread Joseph Heck
That kind of mechanism doesn't exist within Newforms. If you want to display a representation of an model object, you're better off looking at generic views for that sort of functionality. -joe On 6/13/07, eXt <[EMAIL PROTECTED]> wrote: > > Hello > >I use new forms library in my application