Re: Ticket 9722 (pynotify support)

2012-10-29 Thread Aron Griffis
Hi Jacob, Sounds great. I'll update the patch and see if I can come up with some tests. Thanks! Aron On Mon, Oct 29, 2012 at 5:32 PM, Jacob Kaplan-Moss wrote: > Hi Aron -- > > Thanks for the interest; looks like a pretty nice addition. > > Looking at the patch, I see a couple things you could d

Re: Ticket 9722 (pynotify support)

2012-10-29 Thread Jacob Kaplan-Moss
Hi Aron -- Thanks for the interest; looks like a pretty nice addition. Looking at the patch, I see a couple things you could do to help it get in quicker: * Update the patch so that it applies against he latest development trunk. Looks like the patch is 2+ years old, so the chances are it will n

Ticket 9722 (pynotify support)

2012-10-29 Thread Aron Griffis
I've noticed that the auto-reload support isn't kind to my laptop battery, so I was happy to find that somebody's already done the work to get inotify support into the autoreloader. The patches are in https://code.djangoproject.com/ticket/9722 This ticket seems to have been around for a while wit

Re: Single table inheritance - working implementation

2012-10-29 Thread Craig de Stigter
Hi Krzysztof and everyone else Thanks! Your fork looks very promising. I'll review the fork today and possibly pull changes in if the changes aren't too disruptive. Some more tests would probably be good. I've added a New BSD License

Re: Github tags

2012-10-29 Thread Jacob Kaplan-Moss
Just so y'all know, this is on the todo list. We want to start doing signed tags (something cool that we can do now that we use git), so we've been putting it off until we figure out exactly how to do that (and, more importantly, who should do the signing.) Jacob On Mon, Oct 29, 2012 at 10:30 AM,

Re: Github tags

2012-10-29 Thread Yo-Yo Ma
+1 On Monday, October 29, 2012 5:18:48 AM UTC-4, Jan Bednařík wrote: > > There is also related ticket https://code.djangoproject.com/ticket/19141 > > Jan > > > On Mon, Oct 29, 2012 at 3:36 AM, Matt Austin > > > wrote: > > Hi, > > > > Would it be possible to get tags for 1.3.3, 1.3.4, 1.4.2,

Re: Complicated, strange bug in ``prefetch_related`` when used in the context of a test client

2012-10-29 Thread Yo-Yo Ma
Hi Anss, thanks for the reply. The queries are identical. That's the exact reason I posted. Those two examples should essentially be the same, save for some sort of operator overloading. My note at the bottom about providing an empty list instead of the related cache when calling ``prefetch_r

Single table inheritance - working implementation

2012-10-29 Thread Krzysztof Jurewicz
Hi all, In February, Craig de Stigter released django-typed-models, a package implementing inheritance hierarchy for Proxy models with automatic type recasting. I've written a fork of it with additional possibility of addi

Re: How to test patch

2012-10-29 Thread Aymeric Augustin
We tried moving Django's CI to Travis about 6 months ago. Unfortunately, Travis' time limit is too low for Django's test suite. We contacted them, but as of August 6th, we were still waiting for them to increase the limit. I haven't had any news since then. Over the last months I've had mixed feed

Re: How to test patch

2012-10-29 Thread Marko Tibold
Hi all, I can really recommend travis. We use it for testing Django REST Framework. The config can be as simple as this https://github.com/tomchristie/django-rest-framework/blob/restframework2/.travis.yml The availability of the travis service is not 100 %, this is mainly due to the very lar

Re: Github tags

2012-10-29 Thread Jan Bednařík
There is also related ticket https://code.djangoproject.com/ticket/19141 Jan On Mon, Oct 29, 2012 at 3:36 AM, Matt Austin wrote: > Hi, > > Would it be possible to get tags for 1.3.3, 1.3.4, 1.4.2, and 1.5 > alpha tagged on the github repository? The tagging seems to have > fallen behind with th

Re: Complicated, strange bug in ``prefetch_related`` when used in the context of a test client

2012-10-29 Thread Anssi Kääriäinen
On 29 loka, 06:05, Yo-Yo Ma wrote: > I'm still working on forming some sort of understanding of what exactly > causes this and/or what is even going on, so any help is much appreciated. Based on this bug report there is no way to help. We don't have the models, or how the results are different. T