Re: manytomany not working

2005-12-05 Thread Lee
Never mind. I followed the advice given in another thread from today and deleted all the .pyc files, re-upped to the current version, and everything works. I also had to quit and restart my ipython session: although I thought I was reloading, not everything was getting reloaded.

manytomany not working

2005-12-03 Thread Lee
Using revision 1526: I define two model classes, one with a manytomany field to the other. The expected convenience functions for looking up related objects are only created for one of the classes. Reverting to revision 1039 and making no other changes, everything works. (I reverted to that becau