Re: Mysterious problem with pydoc

2009-05-13 Thread aaronelliotross
On May 12, 7:18 pm, Karen Tracey wrote: > On Mon, May 11, 2009 at 7:02 PM, aaronelliotross wrote: > > > Ah ha! It's triggered by ForeignKey columns, creating a super simple > > project ( no db data, no nothin' ) with this models.py shows the > > probl

Re: Mysterious problem with pydoc

2009-05-11 Thread aaronelliotross
nage.py shell >>> import users.models >>> help(users.models.User) Help on class User in module users.models: User = Talk to you soon, On May 11, 8:02 pm, aaronelliotross wrote: > Hi all, > > I'm trying to track down a confusing problem with pydoc and my Djan

Mysterious problem with pydoc

2009-05-11 Thread aaronelliotross
Hi all, I'm trying to track down a confusing problem with pydoc and my Django models. I'm hoping it's something obvious that I'm overlooking. The problem is that pydoc and friends simply return the default Django docstring, e.g. [aaron]$ DJANGO_SETTINGS_MODULE=settings pydoc core.subscriptions.