[ANN] Security releases issued, please upgrade ASAP

2012-07-30 Thread James Bennett
Today we've issued several releases to remedy security problems reported to the Django team. Details are here: https://www.djangoproject.com/weblog/2012/jul/30/security-releases-issued/ All users are encouraged to upgrade immediately. -- You received this message because you are subscribed to

Ticket 16226

2012-07-30 Thread Melvyn Sopacua
Hello, I've got bitten by parts of bug 16226[1] - the default_if_none filter being used and I think it exposes a few issues: - prepopulated_fields is a badly chosen name if it only works for slugs. - the current javascript API allows one to easily complete fields using a declarative syntax - model

Re: Djonet, the MonetDB backend for Django

2012-07-30 Thread Michael Manfre
On Mon, Jul 30, 2012 at 9:32 AM, Gijs Molenaar wrote: > > Hi Michael, > > Op dinsdag 10 juli 2012 17:51:16 UTC+2 schreef Michael Manfre het volgende: >> >> >> On Monday, July 9, 2012 11:25:47 AM UTC-4, Gijs Molenaar wrote: >>> >>> >>> These problems are: >>> * MonetDB supports a Decimal type with

Re: Djonet, the MonetDB backend for Django

2012-07-30 Thread Gijs Molenaar
Hi Michael, Op dinsdag 10 juli 2012 17:51:16 UTC+2 schreef Michael Manfre het volgende: > > > On Monday, July 9, 2012 11:25:47 AM UTC-4, Gijs Molenaar wrote: >> >> >> These problems are: >> * MonetDB supports a Decimal type with a maximum length of 18 digits. >> > > Override DatabaseOperations.v