What to do when you don’t see all objects appearing on the admin site?
Answer Posted / Rahul Kumar Rawat
Ensure that the model is registered in the admin.py file and the get_queryset() method of the Admin class returns all objects. Also, check if there are any filters or search terms applied that might be hiding some objects.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category