Why Do I Get "too Many Indexed Properties For Entity" Error Just For 18 Items In The List? (python)
I have a list property tag_list = db.StringListProperty() This has been working fine so far, but today when I tried to write a list with 18 items I got the Too many indexed proper
Solution 1:
This is because of exploding indexes.
Post a Comment for "Why Do I Get "too Many Indexed Properties For Entity" Error Just For 18 Items In The List? (python)"