Re: Proposal: Editable Model AutoField

2010-08-27 Thread Joshua Russo
On Thu, Aug 26, 2010 at 11:37 PM, Russell Keith-Magee < russ...@keith-magee.com> wrote: > On Fri, Aug 27, 2010 at 2:28 AM, Joshua Russo > wrote: > > I've developed and I'm currently using a mod to allow auto-increment id > > fields to be editable. I'm curious if I should produce a ticket to allow

Re: Proposal: Editable Model AutoField

2010-08-26 Thread Russell Keith-Magee
On Fri, Aug 27, 2010 at 2:28 AM, Joshua Russo wrote: > I've developed and I'm currently using a mod to allow auto-increment id > fields to be editable. I'm curious if I should produce a ticket to allow > this, or will it cause a problem on some DBMS I'm not aware of. The problem will come with da

Proposal: Editable Model AutoField

2010-08-26 Thread Joshua Russo
I've developed and I'm currently using a mod to allow auto-increment id fields to be editable. I'm curious if I should produce a ticket to allow this, or will it cause a problem on some DBMS I'm not aware of. It's pretty simple really. 1) I check for the editable keyword in the constructor of the