Re: pydoc problem

2007-06-28 Thread dailer
On Jun 28, 12:31 am, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Wed, 2007-06-27 at 18:58 -0700, dailer wrote: > > I have a models.py module that I thought I would test pydoc on. So I > > try. > > > $ python manage.py shell > > Python 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1

Re: pydoc problem

2007-06-27 Thread James Bennett
On 6/27/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > Looks like this is the default result for Model subclasses. Possibly > related to the way we create them (using a metaclass). Feel free to work > out a patch in django/db/models/base.py (in the ModelBase class, > probably) if you want to

Re: pydoc problem

2007-06-27 Thread Malcolm Tredinnick
On Wed, 2007-06-27 at 18:58 -0700, dailer wrote: > I have a models.py module that I thought I would test pydoc on. So I > try. > > > $ python manage.py shell > Python 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1310 32 bit > (Intel)] on win32 > Type "help", "copyright", "credits" or "li

pydoc problem

2007-06-27 Thread dailer
I have a models.py module that I thought I would test pydoc on. So I try. $ python manage.py shell Python 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1310 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. (InteractiveConsole) >>> from mysite