Re: Django 1.5.1 released

2013-04-07 Thread Josh Cartmell
Thanks for the extra details Jacob. I had a bit of time and thought it was an interesting challenge so I created a Google Script based twitter bot that tweets the title and links of everything posted to the Django Announce Google group. There may be bugs but so far it's working, you can check it

Re: Extending the DATABASES = {'xx': {'NAME': construct to carry additional information and / or virtual names

2013-04-07 Thread Aymeric Augustin
Hi Vernon, Here's my feedback. (It turns out to be quite similar to Michael's.) > 1) Assume that a Proxy based connection will be acceptable for inclusion in > django? It seems to me that a custom database backend could handle this: - subclass an existing backend - override the implementation o

Ticket #14019: SQLInsertCompiler.as_sql() failure

2013-04-07 Thread Tobias McNulty
Hi all, I'm starting this thread in response to the recent closure as wontfix of Ticket #14019 , "SQLInsertCompiler.as_sql() failure" The original summary in the ticket from mlavin goes as follows: "I came across a problem with SQLInsertCompiler.as_sql