TNRIS / api.tnris.org

Django RESTful API and PostgreSQL backend database management system for maintaining and serving Texas GIO's available data and content.

Home Page:https://api.tnris.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

custom search for related table

adambreznicky opened this issue · comments

commented

enhance the list display page for the TnrisForumTraining model in the admin console by developing a custom search of the related TnrisInstructorRelate table.
TnrisInstructorRelate connects the TnrisForumTraining table & TnrisInstructorType domain. it would be nice to search forum trainings by the associated/attributed instructors but requires custom seach code as the admin search_fields property cannot access another table by default.

commented

resolved 11f6390