Re: Call for use cases of metrics in django core

2012-10-31 Thread Andy McKay
We use django-statsd in conjunction with statsd and rely upon inserting monkey patches into the stack. Having some hooks in Django that can be used to monitor that stuff would be really useful. Currently we've got patches for redis, sql queries, cache queries, template parsing and rendering along

Re: QuerySet filtering weirdness for dates with 3-digit years

2012-04-14 Thread Andy McKay
>From my brief reading of the some docs (eg postgresql) it looks like dates with less than 4 years do need to be prefixed with a zero, in the standard date format (some databases let you set different formats). But since python doesn't output a 0, I can see why its going wrong: >>> datetime(999,1,

Re: #6735 -- Class based generic views: call for comment

2010-10-05 Thread Andy McKay
view in the same way it normally would? That's what I've done on quite a few projects and its worked great. As Russell pointed out I lose decoratoring in urls.py, but that's something I don't use anyway. -- Andy McKay a...@clearwind.ca twitter: @andymckay -- You

Re: Error email flooding on high traffic production sites

2010-09-08 Thread Andy McKay
pli=1 I do think a note in the docs to say that this is can be an issue on high traffic sites and you might want to investigate a plan B, would be appropriate. -- Andy McKay -- You received this message because you are subscribed to the Google Groups "Django developers" group. To po

Re: Default ordering on User model

2010-05-21 Thread Andy McKay
f both worlds. But there's of course some extra code here and > there with "if LARGE_AMOUNT_OF_USERS... else ...". In that case for the django admin you specify "raw_id_fields" on your model that has a ForeignKey to users. http://docs.djangoproject.com/en/dev/re

Re: Syndication -- plans to add support for CSS stylesheet?

2010-02-26 Thread Andy McKay
n a patch for your feature is an even better way to go :) -- Andy McKay, @clearwind http://clearwind.ca/djangoski -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-develop...@g

Re: Proposal: errors with URLs in them

2010-01-26 Thread Andy McKay
On 2010-01-21, at 3:53 PM, Russell Keith-Magee wrote: > On Fri, Jan 22, 2010 at 1:35 AM, Andy McKay wrote: >> >> This is of course won't be possible for all errors or all parts of Django, >> but would work for some of the more common errors that crop up regularly.

Re: What The Enterprise wants from Django

2010-01-21 Thread Andy McKay
roles, it may not be possible. -- Andy McKay, @clearwind http://clearwind.ca/djangoski -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-develop...@googlegroups.com. To unsubscribe from this

Proposal: errors with URLs in them

2010-01-21 Thread Andy McKay
all parts of Django, but would work for some of the more common errors that crop up regularly. Would this be a course worth pursuing? -- Andy McKay, @clearwind http://clearwind.ca/djangoski -- You received this message because you are subscribed to the Google Groups "Django developers"

Re: What The Enterprise wants from Django

2010-01-20 Thread Andy McKay
recibo: http://areciboapp.com/listener/docs/django/ (other services are available) to do that for you. -- Andy McKay, @clearwind http://clearwind.ca/djangoski -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to

Re: What The Enterprise wants from Django

2010-01-20 Thread Andy McKay
pplication" settings with "ops" settings. +1 -- Andy McKay, @clearwind http://clearwind.ca/djangoski -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-develop...@googlegroups.

Re: ManyRelatedManager signals

2009-09-23 Thread Andy McKay
t; exists already, so I created my own. Thought it might be an > interesting feature to add, unless theres a reason its not there. There a quite a few tickets on this in Trac eg: http://code.djangoproject.com/ticket/5390 Fingers crossed for this

Re: ServletContext parallel in Django/wsgi app?

2009-06-24 Thread Andy McKay
On 24-Jun-09, at 3:47 PM, qwcode wrote: > I didn't get an answer to the post below yet on the users group, maybe > someone here can reply. Just because someone doesn't reply to users, isn't a reason to post on django-dev. This list is not about the development of django itself. Please be pati