Allow custom choices in the Django admin in a select widget.
Read MoreYou have a model A with a relation to another model B. In the Django admin, you have full permissions for model A and none for model B. However, if you create a new object for model A, you need to select a related object from model B. Tough luck: Permission denied!
Read More