Re: Initial Value for AutoField

2008-02-14 Thread Malcolm Tredinnick
On Thu, 2008-02-14 at 15:49 +0530, Sairam Krishnamurthy wrote: > Hi, > > I need to specify an initial value for for an AutoField. Is there a > way of doing it? You will need to manually tell the database to update its internal counter. AutoField values are managed by the database. How you do t

Initial Value for AutoField

2008-02-14 Thread Sairam Krishnamurthy
Hi, I need to specify an initial value for for an AutoField. Is there a way of doing it? Or can somebody refer me how to find the fields of classes like AutoField? Thanks, --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Gro