Re: Django 1.4 Roadmap

2011-08-07 Thread Florian Apolloner
Hi, On Monday, August 8, 2011 2:19:07 AM UTC+2, Russell Keith-Magee wrote: > > someone who has the spare time to manage the release process. That's > been me for the last two releases; I'm fairly certain I won't have the > spare cycles to make it three in a row. > Is the release process documented

Re: Django 1.4 Roadmap

2011-08-07 Thread Russell Keith-Magee
On Mon, Aug 8, 2011 at 9:44 AM, Alex Gaynor wrote: > > > On Sun, Aug 7, 2011 at 5:25 PM, Russell Keith-Magee > wrote: >> >> On Sun, Aug 7, 2011 at 12:40 PM, h3 wrote: >> > idk .. but I'll make one anyway. >> > >> > I whish there was something like this for django: >> > http://brainstorm.ubuntu.c

Re: Django 1.4 Roadmap

2011-08-07 Thread Alex Gaynor
On Sun, Aug 7, 2011 at 5:25 PM, Russell Keith-Magee wrote: > On Sun, Aug 7, 2011 at 12:40 PM, h3 wrote: > > idk .. but I'll make one anyway. > > > > I whish there was something like this for django: > http://brainstorm.ubuntu.com/ > > > > Good news: the site's engine is Open Source > > Bad news:

Re: [RFC] Improvements to better support implementing optimistic concurrency control

2011-08-07 Thread Peter Portante
Essentially, you want a compare-and--swap instruction for a database? Have you considered using memcached atomicity (add and cas) to handle this kind of thing? It might get pretty elaborate, but with just a cursory thought seems doable. -peter On Sat, Aug 6, 2011 at 9:59 PM, Steven Cummings wrot

Re: Django 1.4 Roadmap

2011-08-07 Thread Russell Keith-Magee
On Sun, Aug 7, 2011 at 12:40 PM, h3 wrote: > idk .. but I'll make one anyway. > > I whish there was something like this for django: > http://brainstorm.ubuntu.com/ > > Good news: the site's engine is Open Source > Bad news:  it's ROR (http://bbyidx.com/) The fact that it is based in RoR is irrel

Re: Django 1.4 Roadmap

2011-08-07 Thread Russell Keith-Magee
On Sat, Aug 6, 2011 at 6:16 PM, Srik wrote: > Hello All, > > I believe https://code.djangoproject.com/wiki/Version1.4Roadmap needs > update badly considering 1.3 was released 4 months ago and 1.4 Roadmap > was never updated. Agreed -- we haven't been very good with public plans for the 1.4 cycle.

Re: minify static files (css and js)

2011-08-07 Thread Aymeric Augustin
Hello, You're probably looking for: https://github.com/jezdez/django_compressor Best regards, -- Aymeric Augustin. On 7 août 2011, at 14:36, gert wrote: > Hi > > I have always wanted to minify my css and js but it never seemed like > the right time to do it. Somehow there is always something

minify static files (css and js)

2011-08-07 Thread gert
Hi I have always wanted to minify my css and js but it never seemed like the right time to do it. Somehow there is always something I know I want to tweak first so I'll release it as is for now... :) Having used the django-staticfiles app for some time now I just realised that that would actually