Django Admin: Chained Filters Not Updating Based on Foreign Key Selections

Hey there,

I’ve set up chained filters in Django Admin using foreign keys, but they don’t seem to update dynamically when a parent filter is selected. Has anyone experienced this issue before? What’s the proper way to implement chained filters in Django Admin to ensure they update correctly?

Thanks!

Welcome @Leerost !

Please post your Models involved with this, and the corresponding ModelAdmin classes.

Side Note: When posting code here, enclose the code between lines of three
backtick - ` characters. This means you’ll have a line of ```, then your code,
then another line of ```. This forces the forum software to keep your code
properly formatted.