Hello,

I am creating a new backend with jbase database using jython and
zxjdbc. The new backend works fine (mostly).

Able to login to admin page. completed the "web poll" application from
documentation. I face proble with save_m2m. Lets say when I want to
create a group. The django gives error that primiary key not found. I
understand django requires primary key to do further commits.

For testing purpose I worked around this problem by setting
@transaction.autocommit in /django/contrib/admin/options.py for
add_view. If I have autocommit for this, then it works fine. The
database requires the commit to be done for the record to have been
created.

I would like to know, which is the best way to handle this?
Thanks in advance.
Regards
Guru

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to