basxsoftwareassociation / bread

Engine to create database applications based on Django and the IBM Carbon Design System
BSD 3-Clause "New" or "Revised" License
19 stars 2 forks source link

support displaying the reverse relationship of foreign key #99

Closed wipascal closed 2 years ago

wipascal commented 2 years ago

I'd have preferred checking for instance of "RelatedManager", but the problem is that this class is not public so it can't be imported :D