Reputation: 7740
Is it possible configure Mandatory Inlines in Django Admin Site?
For example, Student page has Address as a inline. Each Student should have at least one address selected from Inline.
Upvotes: 0
Views: 439
Reputation: 10632
From Django 1.7 you can use min_num.
min_num
Upvotes: 1
Reputation: 22238
Inline Form Validation in Django