0

Here's the situation:

I have a model called Profile. There are currently more than 200 Profile items in my DB.
I have another model called Item.
These two models have a one-to-one relationship.

In the Profile list page I can see all Profile items I have in the DB. Good.
In the Item edit page I have a dropdown field (called "profile") that should list all the Profile items in my DB (more than 200).
The problem is that it only lists the first 100 items. Also, the same field displays "---------" when the related Profile item is above the 100th in the DB.

It's like there's some setting that limit the queryset to 100 in the Django admin.
Am I missing something?

user852690
  • 111
  • 1
  • 11

0 Answers0