Re: Feel free to test queryset-refactor branch

2008-04-18 Thread Chris Hoeppner
I wonder if anyone has tried coming up with some sort of wannabe-backend for the GAE Datastore? ~ Chris El dom, 13-04-2008 a las 21:23 +1000, Malcolm Tredinnick escribió: > We're getting pretty close to merging queryset-refactor into trunk and > would like to do this as soon as practical. There

Re: Feel free to test queryset-refactor branch

2008-04-17 Thread Malcolm Tredinnick
On Thu, 2008-04-17 at 14:53 -0700, Justin Fagnani wrote: [...] > The first thing is that there seems to be no way to tell if an > instance of a parent class has a child instance without trying the > child reference and catching the DoesNotExist exception. For a class > with multiple subclasses, t

Re: Feel free to test queryset-refactor branch

2008-04-17 Thread scott lewis
On 2008-04-17, at 1553, Justin Fagnani wrote: > Hey Malcolm, > > I've been using qs-rf for a while now with basically no problems. > Excellent work. > > There's one thing that may a little odd that I stumbled on while > trying to get some primitive polymorphism working: > > The first thing i

Re: Feel free to test queryset-refactor branch

2008-04-17 Thread Justin Fagnani
Hey Malcolm, I've been using qs-rf for a while now with basically no problems. Excellent work. There's one thing that may a little odd that I stumbled on while trying to get some primitive polymorphism working: The first thing is that there seems to be no way to tell if an instance of a parent cl

Re: Feel free to test queryset-refactor branch

2008-04-14 Thread mrts
Big cheers and big thanks! Has anyone tried merging qs-rf and nf-admin already? MS --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups

Re: Feel free to test queryset-refactor branch

2008-04-13 Thread Ivan Illarionov
Glad to hear that queryset-refactor is almost ready. Currently, I noticed that there are few SQL portability issues and few old queryset API issues (eg in admin). I already filed #6956 and #6957. I do some heavy testing of this branch and I will report anything that goes wrong. Regards, -- Ivan

Re: Feel free to test queryset-refactor branch

2008-04-13 Thread Julien
Hi Malcolm, I've been using the branch on a project in development for a few weeks now, and haven't come across any issue yet - although I can't say I've pushed it to its limits. Glad to hear it's close to be merged to trunk. Thanks so much for this massive contribution! Best, Julien On Apr