#10037: id column is created in ManyToMany link (relation) table ------------------------------------------+--------------------------------- Reporter: powerfox | Owner: nobody Status: new | Milestone: Component: Database layer (models, ORM) | Version: SVN Keywords: ManyToManyField | Stage: Unreviewed Has_patch: 1 | ------------------------------------------+--------------------------------- When I use ManyToManyField, extra id field is created for link (relation) table. It's done in sql_for_many_to_many_field() function. I didn't find any comment in the source code or anything in the docs/google, so it might be a bug rather than intentional behavior.
-- Ticket URL: <http://code.djangoproject.com/ticket/10037> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" 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-updates?hl=en -~----------~----~----~----~------~----~------~--~---
