I have a model and there are thousands of its instances.
On django admin, if I select one instance which has the largest amount of inlines(two inlines and there are hundreds of objects for each inline fields), the admin does not respond and times out finally.
For other instances, it does not happen because all the other instances have very less inline objects assocaited.
How can I resolve this problem?
Should I remove inlines from admin?
Please help me!
Thanks in advance.