I have to rewrite large parts of older code where we used plain M2M
without defining intermediary table. Now the junction in intermediary
table must get few additional fields so I guess we need to create the
model for the junction table and add these fields there, defining
ForeignKeys to both data tables. Unfortunately we had 'related_name'
defined on M2M fields and current code relies on this feature heavily.
Anybody can suggest the solution that wouldn't require rewriting all the
code that used related name? I just cann't imagine how can I do that...

BTW, we're on 0.96.

-- 
Jarek Zgoda
Skype: jzgoda | GTalk: [EMAIL PROTECTED] | voice: +48228430101

"We read Knuth so you don't have to." (Tim Peters)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to