Re: Specifying column names for ManyToMany fields

2010-08-16 Thread Russell Keith-Magee
On Fri, Aug 6, 2010 at 2:54 AM, Steven L Smith wrote: > Hello, > > I've been charged with creating a front-end in Django for a MSSQL > database. It > has to stay in MSSQL for various other reasons, so just using our > normal > Postgres stuff won't work. > > It is all working, except for the intern

Re: Specifying column names for ManyToMany fields

2010-08-06 Thread steven314
I haven't dug around in Django enough to know if there is a Django solution, but from the database side a view might do what you want? I have not tried this myself. http://msdn.microsoft.com/en-us/library/ms187956.aspx So define a view that follows the Django naming convention, backed by a table t