google app engine - Why would a Django admin site limited to 301 entries? -


I am using Django on a Google App Engine project. I saw that for some reason, the Django Administration System page lists only 301 units for a model, and there are 301 entities for another model. But actually these models have more than 500 stored examples for both. Could this be the cause of the problem?

The following is related to the SO question:

The problem may be Examples of that model from some foreign key that you want to be listed in admin points are not present in the database.

Please check that all the foreign key values ​​of the model are set correctly.


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -