本文介绍了GAE:模型失去父级>子关系的跟踪的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我在google app引擎数据存储中遇到了一个非常奇怪的Entity关系问题。我在一个Python / GAE webapp(学习练习),完整的代码可以在。
I'm having what seems like a very strange problem with an Entity relationship in the google app engine data store. I'm work on a Python/GAE webapp (learning exercise), the full code to which can be found on sourceforge.
- 我有2个型号:
- - 搜索字词和(间接)照片列表
- - 有关照片的信息,
- 我有一个获取过程,可以创建图库并向其中添加照片
- 我有一个从数据存储区读取图库的页面,并使用该图库实例的.photos属性来获取其中的照片列表。
- I have 2 models:
- Gallery - a search term and (indirectly) a list of photos
- Photo - information about a photo, plus the gallery it belongs to (collection_index='photos')
现在这是奇怪的部分来的地方... 如果我更改一个文件(我测试过的任何文件),或者只是更新文件的时间戳