e)
...
On Jun 14, 2:25 am, Karen Tracey wrote:
> On Sun, Jun 13, 2010 at 7:06 PM, Jani Rahkola wrote:
>
>
>
> > Hei,
>
> > I hope someone could shed some light on this one.
> > I have these in their appropriate files:
>
> > class Shoppinglist
Hei,
I hope someone could shed some light on this one.
I have these in their appropriate files:
class ShoppinglistForm(ModelForm):
def __init__(self, user=False, *args, **kwargs):
ModelForm.__init__(self, *args, **kwargs)
self.fields['pantry'].empty_label = None
if us
2 matches
Mail list logo