Re: Django NoSQL support status?

2011-08-11 Thread Russell Keith-Magee
On Fri, Aug 12, 2011 at 11:25 AM, Nathan Hoad wrote: > Hi guys, just wondering what the status is on the official NoSQL > support? I've done a lot of reading and the last official post I can > see is Alex Gaynor's GSoC post, from August last year mentioning the > Query refactor and how it should h

Django NoSQL support status?

2011-08-11 Thread Nathan Hoad
Hi guys, just wondering what the status is on the official NoSQL support? I've done a lot of reading and the last official post I can see is Alex Gaynor's GSoC post, from August last year mentioning the Query refactor and how it should help down the road for NoSQL, but nothing past that. Basically

Re: minify static files (css and js)

2011-08-11 Thread Warren Smith
There seems to be quite a few of these sort of things out there. I've been keeping an eye out for a clear winner. A friend pointed me at http://www.allbuttonspressed.com/projects/django-mediagenerator, and that page links to the following comparison: http://djangopackages.com/grids/g/asset-manage

Re: Improvements to better support implementing optimistic concurrency control

2011-08-11 Thread Steven Cummings
On Thu, Aug 11, 2011 at 12:06 PM, Steven Cummings wrote: > On Thu, Aug 11, 2011 at 11:14 AM, Simon Riggs wrote: > >> IDEA 2 >> (1) SELECT data & version >> (2) UPDATE data & test version & COMMIT immediately >> > > This is pretty much where I started when I initiated the ticket and thread > and st

Re: Improvements to better support implementing optimistic concurrency control

2011-08-11 Thread Steven Cummings
On Thu, Aug 11, 2011 at 11:14 AM, Simon Riggs wrote: > IDEA 2 > (1) SELECT data & version > (2) UPDATE data & test version & COMMIT immediately > This is pretty much where I started when I initiated the ticket and thread and still am at. The other discussion here is what happens when the test fa

Re: Improvements to better support implementing optimistic concurrency control

2011-08-11 Thread Simon Riggs
On Wed, Aug 10, 2011 at 3:08 PM, Anssi Kääriäinen wrote: > On 08/10/2011 03:18 PM, Simon Riggs wrote: > > That adds additional SELECT statements, which then extends a lock > window between the check statement and the changes. It works, but in > doing so it changes an optimistic lock into a pessimi

Re: RFC: staticfiles "static" template tag and CachedStaticFilesStorage

2011-08-11 Thread Jannis Leidel
On 11.08.2011, at 12:00, Jonathan Slenders wrote: > Also a utility function in staticfiles for reading the actual content > on the server side, giving a relative path would be nice if such one > does not yet exist. > e.g. > > from staticfiles.utils import staticfile_open > filepointer = staticfil

Re: RFC: staticfiles "static" template tag and CachedStaticFilesStorage

2011-08-11 Thread Jonathan Slenders
Hi Jannis, Thanks for your efford on staticfiles! I guess the patch is okay, but I didn't review it in detail. Also a utility function in staticfiles for reading the actual content on the server side, giving a relative path would be nice if such one does not yet exist. e.g. from staticfiles.ut

Re: minify static files (css and js)

2011-08-11 Thread Jannis Leidel
On 11.08.2011, at 03:07, Silvio wrote: > I feel inclined to mention the tool I built: > https://www.sgawebsites.com/projects/django-aggregator/ . Very easy to > use, and easy to deploy. Thanks all for the list of apps, but this isn't really the place for it. You may be interested in the RFC at