Closed GoogleCodeExporter closed 8 years ago
I put a dir() in get_user_query_set and it shows only ['self', 'user']. I added a 'from models import
SnapboardProfile' and all was well. I also needed to add a import for WatchList
to get_favorites and an import
Post to get_private. I'm not really a python guru but it does seem that these
imports shouldn't be required.
Original comment by crispywa...@gmail.com
on 8 Apr 2007 at 9:15
These recent errors have been introduced due to an internal reorganization (I
moved
all SQL logic out of views.py and into managers.py). I'll apply the patches
I've
recieved and do a review.
Original comment by bs1...@gmail.com
on 9 Apr 2007 at 10:47
circular import bug, fixed
seems to be okay in rev 168
Original comment by bs1...@gmail.com
on 12 Apr 2007 at 8:58
Original comment by bs1...@gmail.com
on 12 Apr 2007 at 8:58
Verified in rev 168.
Original comment by johnnie....@gmail.com
on 12 Apr 2007 at 10:03
Original issue reported on code.google.com by
johnnie....@gmail.com
on 6 Apr 2007 at 12:34