Re: minify static files (css and js)

2011-08-10 Thread Silvio
I feel inclined to mention the tool I built: https://www.sgawebsites.com/projects/django-aggregator/ . Very easy to use, and easy to deploy. - Silvio On Aug 9, 1:44 am, Alexander Schepanovski wrote: > I prefer webassets. You may also look into. -- You received this message because you are subs

Re: Improvements to better support implementing optimistic concurrency control

2011-08-10 Thread Anssi Kääriäinen
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 pessimistic lock. True. The issue I am trying to solve is: Guard against

Re: Improvements to better support implementing optimistic concurrency control

2011-08-10 Thread Simon Riggs
On Tue, Aug 9, 2011 at 1:33 PM, akaariai wrote: > On Aug 9, 1:17 am, Steven Cummings wrote: >> I don't think we're talking about new or specific fields as part of the base >> implementation here. Just enhanced behavior around updates to: >> >> 1) Provide more information about the actual rows mod