Hi folks,
I’m doing a quite a lot of work with django admin views on a project, and I’m wishing I had a diagram to refer to understand how a django admin page is created, in terms of when queries are made for each inline that is show on a page.
Does such a thing exist?
I’m thinking specifically about when get_queryset(), get_context_data() might be called, on the main model form, and then for any inlines, and so on.
I’m happy to have a go, as I’m sure I’ll need to come back to it in future, before I start, does this exist anywhere?