Re: Model quoting error : Postgresql 8.1

2006-11-19 Thread gabor
Rory Campbell-Lange wrote: > Dear Developers > > The error: > > INSERT INTO "data_sector" > ("name","localname","created","modified","country_id") >VALUES > (Administrative Offices,'','2006-11-18 > 21:36:31.145400','2006-11-18 21:36:31.145474',1) > > 'Adminis

Model quoting error : Postgresql 8.1

2006-11-19 Thread Rory Campbell-Lange
Dear Developers The error: INSERT INTO "data_sector" ("name","localname","created","modified","country_id") VALUES (Administrative Offices,'','2006-11-18 21:36:31.145400','2006-11-18 21:36:31.145474',1) 'Administrative Offices' isn't quoted. I believe this is

Re: Oracle: call for testing

2006-11-19 Thread gabor
Michael van der Westhuizen wrote: > Hi, > > On 11/17/06, ogghead <[EMAIL PROTECTED]> wrote: >> The django source code in the boulder-oracle-sprint branch has had the >> trunk HEAD merged in, and now passes all but 4 of the 65 tests in the >> suite against my 10g and 9i database instances. > [snip

Re: Newforms: seperating database and form logic

2006-11-19 Thread Adrian Holovaty
On 11/18/06, Scott Paul Robertson <[EMAIL PROTECTED]> wrote: > On Fri, Nov 17, 2006 at 12:00:02AM -0600, Adrian Holovaty wrote: > > However, one goal I've had for newforms *is* to let developers > > manually specify/override the form Field used for any particular > > database Field in the admin si

Re: Oracle: call for testing

2006-11-19 Thread Michael van der Westhuizen
Hi Again, A little more feedback on the new Oracle backend. I've now switched my testing to Python 2.5, so cx_Oracle is returning datetime.datetime, not a custom type. There still seems to be a problem with Admin and DateTimeFields. DateFields seem to be ok. Here's what I can do to reliably re

Re: Oracle: call for testing

2006-11-19 Thread Michael van der Westhuizen
Hi, On 11/17/06, ogghead <[EMAIL PROTECTED]> wrote: > > The django source code in the boulder-oracle-sprint branch has had the > trunk HEAD merged in, and now passes all but 4 of the 65 tests in the > suite against my 10g and 9i database instances. [snip] I've finally got around to getting this c