少しタイムラグあるんですよね〜
モデルに項目を増やしてデプロイしたところ、以下のようなエラーが発生しました。
Uncaught exception from servlet com.google.appengine.api.datastore.DatastoreNeedIndexException: The index for this query is not ready to serve. See the Datastore Indexes page in the Admin Console.
要は、
このクエリを投げる対象のインデックスの準備(項目変更)ができてないよ、ということです。
数十秒程まてばエラーが解消しますので、安心して下さい。