On Thu, Oct 14, 2010 at 4:45 AM, Justinas Jaronis <[email protected]> wrote: > There > are some objects that will have about 20+ m2m relationships
not knowing anything about your system, it might be the best solution; but in the _vast_ majority of cases this is a signal of suboptimal design. maybe there's some commonality that could be abstracted with table inheritance, or generic relationships. -- Javier -- 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.

