Re: Improving aggregate support (#14030)

2014-01-03 Thread Josh Smeaton
I now have all tests passing on Postgres and SQLite (See here). I still haven't touched GIS, but I believe it should be as simple as changing the query to directly call prepare on the expression, and remo

Re: Should exceptions in dev server appear as tracebacks in the console by default?

2014-01-03 Thread Harry Percival
Thanks Tim, let me make sure I understand the current functionality: - django.request is the logger for views (broadly speaking) any logging "elsewhere" would go to logger "django" instead. - django.request is set to propagate=False - if DEBUG is False, an exception in a view would go to mail_ad