I’m working on a Google App Engine project using Django. I noticed that for some reason, the Django administration system page lists only 301 entities for one model, and 301 entities for another model. But there are actually over 500 stored instances for both of these models. What could be causing this problem?
Share
Actually, it looks like this is a limit hardcoded into an older version of App Engine Patch.
from patch.py: