Re: Class Meta discovery

2009-08-16 Thread James Bennett
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. --

Class Meta discovery

2009-08-16 Thread aa56280
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: