Hi Kless, There's no built-in property class for this. You can use a ListProperty(Key), or you can write your own ReferenceListProperty. See the cookbook for examples on how to write custom datastore properties.
-Nick Johnson On Fri, Jun 12, 2009 at 8:42 PM, Kless <[email protected]> wrote: > > Is possible to have a list of references? > > It would be something as > > list_reference = db.ListProperty(db.ReferenceProperty(Model), > verbose_name='list of references') > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
