Re: Changing Default Type For OneToOneField

2007-02-22 Thread Malcolm Tredinnick
On Wed, 2007-02-21 at 15:12 -0800, [EMAIL PROTECTED] wrote: > Hi, > > I'm just learning Django, so I apologize in advance for what may be a > remedial question, but here goes: > > I created two models. In the first, I defined the Primary Key to be a > 60 character CharField into which I'm putti

Changing Default Type For OneToOneField

2007-02-21 Thread [EMAIL PROTECTED]
Hi, I'm just learning Django, so I apologize in advance for what may be a remedial question, but here goes: I created two models. In the first, I defined the Primary Key to be a 60 character CharField into which I'm putting a UUID (uuid.uuid4(), to be specific). In the second model, I created