goa/db.py
changeset 4252 6c4f109c2b03
parent 3720 5376aaadd16b
parent 4212 ab6573088b4a
child 4267 3ea88c8e7d7f
equal deleted inserted replaced
4251:3c6569be1f86 4252:6c4f109c2b03
    23 * XXX reference property always return a list of objects, not the instance
    23 * XXX reference property always return a list of objects, not the instance
    24 * XXX name/collection_name argument of properties constructor are ignored
    24 * XXX name/collection_name argument of properties constructor are ignored
    25 * XXX ListProperty
    25 * XXX ListProperty
    26 
    26 
    27 :organization: Logilab
    27 :organization: Logilab
    28 :copyright: 2008-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
    28 :copyright: 2008-2010 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
    29 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
    29 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
    30 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
    30 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
    31 """
    31 """
    32 __docformat__ = "restructuredtext en"
    32 __docformat__ = "restructuredtext en"
    33 
    33