Re: Proposal: user-friendly API for multi-database support

2008-09-12 Thread TP
Simon Willison wrote: > That sounds smart to me. There are cases where you want to select from > one database and then save to another (moving data between different > database servers, re-sharding data for whatever reason) but the common > case will be as you describe. This means an ORM object

Session expiration times

2008-08-20 Thread TP
I recently ran into what I thought was counter-intuitive session expiration behavior. See ticket http://code.djangoproject.com/ticket/8452 for the details. I don't mean to dig up topics that have been long debated, but I also wonder if these semantics make sense? If I log into a site and only ha