On Sun, Aug 16, 2009 at 10:14 PM, aa56280 wrote:
> Not sure how well known this is but I thought I'd share seeing as how
> it cost me a lot of time and I can't find any discussion of it:
This is a well-known aspect of Python which is usually covered by any
good introductory Python tutorial.
--
Not sure how well known this is but I thought I'd share seeing as how
it cost me a lot of time and I can't find any discussion of it:
I have a form for a model. The model has three fields, but I only want
one displayed in the form. So I do this:
class NoteForm(ModelForm):
class Meta:
2 matches
Mail list logo