I solved it using self.record.save_or_update()
j
Arun Kumar PG wrote:
> Looks like you are trying to use objects across different sessions.
>
> try to do an explicit session.expunge(obj) to the first object
> returned before use the object in other session.
>
> On 4/19/07, *jose* <[EMAIL PRO
Looks like you are trying to use objects across different sessions.
try to do an explicit session.expunge(obj) to the first object returned
before use the object in other session.
On 4/19/07, jose <[EMAIL PROTECTED]> wrote:
>
>
> hi group,
>
> I have the following error that I don't know how to s