How to fetch more than 1000?

Zote picture Zote · Nov 5, 2008 · Viewed 29.5k times · Source

How can I fetch more than 1000 record from data store and put all in one single list to pass to django?

Answer

Shay Erlichmen picture Shay Erlichmen · Aug 22, 2010

Starting with Version 1.3.6 (released Aug-17-2010) you CAN

From the changelog:

Results of datastore count() queries and offsets for all datastore queries are no longer capped at 1000.