2010-11-24 48 views

回答

3

假設你正在使用Django的管理站點,我想你可能希望limit_choices_to選項:

customer = models.ForeignKey(Customer, limit_choices_to={'active': True})