Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 499 Bytes

README.rst

File metadata and controls

13 lines (10 loc) · 499 Bytes

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.