Utility of select_related when rendering ForeignKeys in a form? [Developer eyes appreciated]

2010-12-13 Thread Margie Roginski
Could someone with some developer background take a look at my question below and let me know if my understanding is correct? Let's say I have a Task model that contains a foreign key to a User: class Task(models.Model) owner = models.ForeignKey('auth.User') Now let's say I have a ModelForm

Re: form developer

2010-08-13 Thread Baurzhan Ismagulov
On Fri, Aug 13, 2010 at 02:19:11AM -0700, Laurentiu wrote: > I am new to django and i want to ask if i can find a form developer > with drag and drop support for widgets and validations, database > binding fields, etc (like a desktop application). > > i look at some solutions

form developer

2010-08-13 Thread Laurentiu
Hello! I am new to django and i want to ask if i can find a form developer with drag and drop support for widgets and validations, database binding fields, etc (like a desktop application). i look at some solutions for django like formunculous but i want something more complex. thanks a lot