Product visible in Admin but not returned from database queries

I'm working on a Django project and I'm seeing a strange issue. There's a product that appears in the Django admin, but when I run queries (raw or Django ORM), it's not returned at all, as if it doesn't exist. I am using MySQL database.

I checked the database and the object isn't saved there.

Вернуться на верх