Re: Confused on Where to Put SQL

2006-08-25 Thread Andy Todd
On 8/25/06, Jeremy Dunck <[EMAIL PROTECTED]> wrote: > > On 8/24/06, bradford <[EMAIL PROTECTED]> wrote: > > > > it's actually going to be thousands of sql queries for each user. > > would doing it all in one object lock out all of the users for the > > entire time the "magic" is being done (until

Re: Enforcing relationships in the Admin

2006-06-14 Thread Andy Todd
On 6/15/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > All, > I have been trying to create a model for a project that I'm starting > with the trunk version of Django(revision 3129 or newer). In the > following example I'm trying to create a model that allows the site > administrator(s) to

Re: Proper use of db_column attribute for fields

2005-10-11 Thread Andy Todd
On 10/12/05, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > > On 10/10/05, Andy Todd <[EMAIL PROTECTED]> wrote: > > I'm trying to use different field names in my model from the database > > column names. Reading the manual I see that I can specify a db_column >