Re: QuerySet first stab

2006-01-28 Thread Luke Plant
Status update: - ForeignKey attributes seem to work now - both ends - ManyToMany attributes - one end works (the 'related' end) (I didn't do those - just plugged Adrian's bits in) I won't be doing anything until Monday evening (GMT) at the earliest, if anyone else wants to hack on it. Regards,

Re: QuerySet first stab

2006-01-28 Thread Luke Plant
OK, I've done some more and committed it now. If you want to go back, it's fairly easy - I've left the old Manager class in the file - just remove the new one and change the name on the old one back again. Almost all the changes so far are in query.py and manager.py. I've also updated 3 lots

QuerySet first stab

2006-01-28 Thread Luke Plant
Hi all, Attached is a first go at QuerySet and a new Manager class. This obviously breaks quite a lot if you apply it! It includes changes to the tests in modeltests/basic - I've commented out a handful that don't pass - I'm not quite sure what the syntax *ought* to be for them. The rest do