On Monday 26 April 2010 09:56:08 Todd Blanchard wrote:
> Its vanilla TG 2.1(latest) atop postgresql + gis with sqlalchemy and I've
>  done nothing fancier than enable the admin via
> 
>     admin = AdminController(model, DBSession, config_type=MyAdminConfig)
> 
> however, all attempts to create new records fail silently.  No error page,
>  nothing in the log file to indicate that it didn't work, but it didn't
>  work.
> 
> That DBSession is the one imported from model.  I'm stumped, this worked in
>  an earlier release.

What about the BEGIN/COMMIT?

Diez

-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en.

Reply via email to