Re: Adding custom fields to M2M relationship

2008-03-03 Thread Russell Keith-Magee
On Mon, Mar 3, 2008 at 8:07 PM, Mat <[EMAIL PROTECTED]> wrote: > > Hi > > New to django, and I was wondering if there is anyway of adding custom > fields to M2M relationships in the model? > > For example I have two tables source and destinations, and a M2M mapping > between them. I would lik

Adding custom fields to M2M relationship

2008-03-03 Thread Mat
Hi New to django, and I was wondering if there is anyway of adding custom fields to M2M relationships in the model? For example I have two tables source and destinations, and a M2M mapping between them. I would like to add a order field (int) to show which order to list the destinations in, and