Top "Limit-choices-to" questions

Django limit_choices_to for multiple fields with "or" condition

I am trying to limit choices for a field, by checking values of the two columns, 'share_holder' and 'distributor'. …

django limit-choices-to
Django: "limit_choices_to" doesn't work on ManyToManyField

I am running Django 1.1 and cannot get the "limit_choices_to" option for my ManytoManyField to work. I have two …

django admin manytomanyfield limit-choices-to
django: How to limit field choices in formset?

I'm having problems limiting the selectable choices in a formset. I have the following models: Employees, Department, Project, Projecttype, Membership, …

django forms options django-forms limit-choices-to