Re: object_create generic view, how to deal with hidden field in my model?

2008-11-16 Thread Eric Veiras Galisson
On Sun, Nov 16, 2008 at 5:30 PM, Eric Veiras Galisson <[EMAIL PROTECTED]> wrote: > blablablabla I'm continuing tests to use obect_create generic view, and changed the way I call it, using a form class instead of a model class. So I have created a form which inherits from ModelForm and it

object_create generic view, how to deal with hidden field in my model?

2008-11-16 Thread Eric Veiras Galisson
Hi django users, Currently writing an application in Django, I'm trying to use most of the super-powered tools that Django provide. One of them is generic views. Use of object_list and object_detail works well, even with more complex queries which I implement using a 'wrapper' view. But now