Re: Re: [triaged ticket] #3118: errata in 'UPDATE/INSERT' section of DB-API document

2006-12-17 Thread Russell Keith-Magee
On 12/17/06, Fernando Gutierrez <[EMAIL PROTECTED]> wrote: > > This also excludes the integer 0 that evaluates to False. That is a > problem, some legacy databases use 0 as the first pk for some tables, in > that case you can't modify the objects that have this primary key. Ok; ticket #2160 is tw

Re: [triaged ticket] #3118: errata in 'UPDATE/INSERT' section of DB-API document

2006-12-17 Thread Russell Keith-Magee
On 12/17/06, Yasushi Masuda <[EMAIL PROTECTED]> wrote: > > Dear django developers, > > I'd like to notify that I have triaged ticket #3118 created by > mtsuyuki[at]gmail.com. The ticket is reporting errata in 'UPDATE/INSERT' > section of DB-API document. Thanks for the triage! I've committed your

Re: [triaged ticket] #3118: errata in 'UPDATE/INSERT' section of DB-API document

2006-12-16 Thread Fernando Gutierrez
Hello, Yasushi Masuda escribió: > Dear django developers, > > I'd like to notify that I have triaged ticket #3118 created by > mtsuyuki[at]gmail.com. The ticket is reporting errata in 'UPDATE/INSERT' > section of DB-API document. > > Actually that one is the same as #2160, I reported it some

[triaged ticket] #3118: errata in 'UPDATE/INSERT' section of DB-API document

2006-12-16 Thread Yasushi Masuda
Dear django developers, I'd like to notify that I have triaged ticket #3118 created by mtsuyuki[at]gmail.com. The ticket is reporting errata in 'UPDATE/INSERT' section of DB-API document. Issue - In django/doc/db-api.txt line 145, it describes:: If the object's primary key attribute is s