django-related-choice-field

A ModelChoiceField that restricts its content according to a foreign key contraint.


License
BSD-3-Clause
Install
pip install django-related-choice-field==0.2.1

Documentation

Django Related Choice Field

Build Status

This field is an extention of Django ModelChoiceField to reflect a ForeignKey relation.

The demo application will let you choose a book that belongs to an author. Just select the author and you'll see the list of books will adapt to the selected author.