app/soc/models/ranker_root.py
changeset 2588 db306bbda381
parent 1653 d46f7f7030fe
equal deleted inserted replaced
2587:ec7818110fd2 2588:db306bbda381
    31   """Links the Root of a RankList tree to an owner and also 
    31   """Links the Root of a RankList tree to an owner and also 
    32      gives it an unique ID.
    32      gives it an unique ID.
    33   """
    33   """
    34 
    34 
    35   #: A required reference property to the root of the RankList tree
    35   #: A required reference property to the root of the RankList tree
    36   root = db.ReferenceProperty(required=True,
    36   root = db.ReferenceProperty(required=True, collection_name='roots')
    37       collection_name='roots')