Closed GoogleCodeExporter closed 9 years ago
Actually, that code triggers the same exception in webapp. Your reference
properties
create conflicting collection_names. Both add "client_set" to Bank (bank2 adds
it via
Model). The problem only goes away if you rename bank1 to bank2 and bank2 to
bank1
(because then the order in which the collection_names get added is different),
but
that's not the real solution (it only explains why you might not have
reproduced the
bug outside of app-engine-patch). The real solution is to set a collection_name
on your
properties.
Original comment by wkornew...@gmail.com
on 18 Jun 2009 at 9:52
Original issue reported on code.google.com by
hyrv...@gmail.com
on 17 Jun 2009 at 10:24