I am using grappelli-nested-inlines in my django admin panel, and I would like a bit improve the performance (looking on django debug toolbar's sql queries inspector there are tons of queries done).
Is there some nice way to setup admin clss overriding NestedStackedInline, so that some field will be loaded with extra AJAX call when the stackedinline will be expanded?