#9733: Ambiguity in the docs for django.db.model.ManyToManyField ---------------------------+------------------------------------------------ Reporter: wam | Owner: nobody Status: new | Milestone: Component: Documentation | Version: 1.0 Keywords: | Stage: Unreviewed Has_patch: 0 | ---------------------------+------------------------------------------------ The docs at http://docs.djangoproject.com/en/dev/ref/models/fields/#django.db.models.ManyToManyFields.limit_choices_to says "''limit_choices_to has no effect when used on a !ManyToManyField with an intermediate table.''" This is confusing since just a few paragraphs above, it states "''Behind the scenes, Django creates an intermediary join table to represent the many-to-many relationship.''" These two statements seem to be at odds to each other. I '''think''' what is meant is that limit_choices_to does not work on intermediate tables that are specified via the 'through' parameter, but this is only a guess (as I don't know of any other kind of intermediate table that it could be referring to.)
-- Ticket URL: <http://code.djangoproject.com/ticket/9733> 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 -~----------~----~----~----~------~----~------~--~---
