Re: to_field in model not working

2009-02-12 Thread Tim Sawyer
On Thursday 12 February 2009 01:47:31 Malcolm Tredinnick wrote: > On Wed, 2009-02-11 at 10:45 +, Tim Sawyer wrote: > > Hi, > > > > We're building an application with django on top of a legacy database and > > we've hit a problem with a to_field option being ignored. We've > > reproduced it wi

Re: to_field in model not working

2009-02-11 Thread Malcolm Tredinnick
On Wed, 2009-02-11 at 10:45 +, Tim Sawyer wrote: > Hi, > > We're building an application with django on top of a legacy database and > we've hit a problem with a to_field option being ignored. We've > reproduced it with the latest svn version of django and a different > database (oracle -> s

to_field in model not working

2009-02-11 Thread Tim Sawyer
Hi, We're building an application with django on top of a legacy database and we've hit a problem with a to_field option being ignored. We've reproduced it with the latest svn version of django and a different database (oracle -> sqllite) Our model includes: uas_use_oracle_user = models.Foreig