Re: Project-wide cache prefix (low-level API)

2010-06-15 Thread Giuseppe Ciotta
On Wed, Jun 16, 2010 at 1:04 AM, Giuseppe Ciotta wrote: > On Wed, Jun 16, 2010 at 12:46 AM, Jeremy Dunck wrote: >> On Sun, Jun 13, 2010 at 7:18 AM, lenz wrote: >>> Could you share your code with us? >>> Thanks you! >> >> This might help: >> http://g

Re: Project-wide cache prefix (low-level API)

2010-06-15 Thread Giuseppe Ciotta
On Wed, Jun 16, 2010 at 12:46 AM, Jeremy Dunck wrote: > On Sun, Jun 13, 2010 at 7:18 AM, lenz wrote: >> Could you share your code with us? >> Thanks you! > > This might help: > http://gist.github.com/425403 I have some similar code here: http://gist.github.com/439868 It might be better because

Re: Process discussion: reboot

2010-04-21 Thread Giuseppe Ciotta
On Tue, Apr 20, 2010 at 4:39 PM, Jacob Kaplan-Moss wrote: > On Mon, Apr 19, 2010 at 2:32 PM, Giuseppe Ciotta wrote: >> Having an additional field{s} in the ticket, only accessible to core >> developers, where they would put the "official" (as in: approved by a >> c

Re: Process discussion: reboot

2010-04-19 Thread Giuseppe Ciotta
On Mon, Apr 19, 2010 at 4:19 PM, Jacob Kaplan-Moss wrote: > So: here's your chance. You have suggestions about Django's > development process? Make them. I'm listening. My understanding is that write access to triage stage and tickets details is granted to everybody (even to anonymous users), an

Re: logialogin_required does not check User.is_active

2010-03-17 Thread Giuseppe Ciotta
On Wed, Mar 17, 2010 at 8:54 AM, Russell Keith-Magee wrote: > > In the interim, there are two other ways you could limit your exposure > to this problem (other than the obvious "write your own > login_required" check): > >  * Use a permissions check in addition to the login_required check -- > as

Re: Feedback on ticket #12399

2010-02-06 Thread Giuseppe Ciotta
On Wed, Jan 27, 2010 at 1:19 AM, Russell Keith-Magee wrote: > On Wed, Jan 27, 2010 at 12:30 AM, Giuseppe Ciotta wrote: >> http://code.djangoproject.com/ticket/12399 >> >> It's a nasty bug which leads to a 100% cache misses situation on >> memcached when using

Feedback on ticket #12399

2010-01-26 Thread Giuseppe Ciotta
http://code.djangoproject.com/ticket/12399 It's a nasty bug which leads to a 100% cache misses situation on memcached when using long keys timeouts. Do you think we can have this included in 1.2? Should i mark it with Version:1.2 or something? The patch itself is trivial. -- You received this m