Re: #12012 Logging: request for comments

2010-09-26 Thread mattimust...@gmail.com
On Sep 25, 7:46 pm, Antoni Aloy wrote: > > One last doubt, perhaps offtopic I have read logging module is slow, > good enough for 90% of applications but for the rest. Actually is > enough for me, but I can't see  to deal with log on big systems > Hi, If you are concerned about logging perfor

Re: Proposal: Revised form rendering

2010-07-13 Thread mattimust...@gmail.com
On Jul 12, 11:43 pm, Russell Keith-Magee wrote: > > > On Jul 12, 12:31 pm, André Eriksson wrote: > >> Good proposal overall. One thought I have in order to try and combat > >> the massive parameter list of {% form %} is to optionally add an > >> ending tag, as well as sub-tags: > > >> {% form m

Re: Proposal: Revised form rendering

2010-07-12 Thread mattimust...@gmail.com
On Jul 12, 12:31 pm, André Eriksson wrote: > Good proposal overall. One thought I have in order to try and combat > the massive parameter list of {% form %} is to optionally add an > ending tag, as well as sub-tags: > > {% form myform %} >     {% using birthday=calendar %} >     {% renderer "as_

Re: Call for final review: #7052 (natural keys in fixtures) and #6262 (cached templates)

2009-12-10 Thread mattimust...@gmail.com
On Dec 11, 11:21 am, Russell Keith-Magee wrote: > Hi all, > > I've just uploaded RC1 patches to two tickets. > > Firstly, #7052 - Fixing auth and contenttype serialization. Since the > most recent patch, I've added documentation, I've made some tweaks to > ensure backwards compatibility, and imp

Re: #7052 - Fixing serialization for contrib.contenttypes and contrib.auth

2009-12-03 Thread mattimust...@gmail.com
On Dec 4, 2:56 pm, Russell Keith-Magee wrote: > On Fri, Dec 4, 2009 at 11:46 AM, mattimust...@gmail.com > > > > > > wrote: > > > On Dec 4, 2:33 am, Russell Keith-Magee wrote: > >> Hi all, > > >> I've been looking at ticket #7052 aga

Re: #7052 - Fixing serialization for contrib.contenttypes and contrib.auth

2009-12-03 Thread mattimust...@gmail.com
On Dec 4, 2:33 am, Russell Keith-Magee wrote: > Hi all, > > I've been looking at ticket #7052 again. I've got a draft patch up on > Trac, and I'd like feedback on the approach. > > Previously, I've been advocating the approach of embedding queries > into the serialization syntax - essentially, i

Re: #7052 - Fixing serialization for content types and auth

2009-11-05 Thread mattimust...@gmail.com
On Nov 6, 3:48 pm, Russell Keith-Magee wrote: > On Fri, Nov 6, 2009 at 11:41 AM, mattimust...@gmail.com > > > > wrote: > > >> In my minds eye, I have a vision of a serialization framework that > >> would allow for registration of different serialization f

Re: #7052 - Fixing serialization for content types and auth

2009-11-05 Thread mattimust...@gmail.com
Hi Russ, On Nov 6, 2:29 am, Russell Keith-Magee wrote: > Hi all, > > Next on my pony list for v1.2: #7052 - fixing the serializers to work > around the problem of serializing dynamically created objects, such as > those produced by contrib.auth and contrib.contenttypes. I need some > feedback on

Re: ACL

2009-01-07 Thread mattimust...@gmail.com
On Jan 8, 6:57 am, Jeff Anderson wrote: > One of the most requested features/howtos/how-comes/why-nots that show > up on the Django users list is Access Control Lists, or row-level > permissions. Almost always, the question is about how to get the admin > app to use them. This is outside of the