Re: Switch to database-level autocommit

2013-03-06 Thread kayess
On Wednesday, 6 March 2013 16:12:18 UTC+7, jdunck wrote: > > Can > you give a concrete example of an exception being raised at commit > time? > Postgres allows for things like foreign key integrity checks to be made on commit (rather than when the data is entered). This makes it significantl

Re: Thoughts on defining and autoimporting signals.py

2012-01-20 Thread kayess
On Jan 19, 8:44 pm, Emil Stenström wrote: > On Thursday, 22 December 2011 03:49:44 UTC+1, Russell Keith-Magee wrote: > > ... there isn't a single solution that will work > > everywhere, which one of the reasons that the docs are silent on the > > issue. > > Just for the record: The docs are actu

Re: Multiple timezone support for datetime representation

2011-09-07 Thread kayess
I just wanted to chime in with a couple of extra notes here. I won't comment on most of it as I think it's all spot on :) On Sep 3, 10:40 pm, Aymeric Augustin wrote: > Django should use timezone-aware UTC datetimes internally > . > > Example

Re: #13870: Correctly handling database isolation (in PostgreSQL)

2010-09-06 Thread kayess
Strange. We use Postgres and don't see any problem with this. We do encounter complications occasionally with the lack of composition of Django transaction handling, but other than that find the transaction handling adequate. Are you actually using transactions in your code? You need to be. The tr

Re: Object Relational Mapping and REST Web Services in Django

2009-02-13 Thread kayess
On Feb 12, 10:35 pm, rpst...@gmail.com wrote: > Greetings Django Developers, > > Allow me to introduce myself; my name is Rory Tulk.  I'm a grad > student at the University of Toronto.  A small team of students and I > are investigating possible implications of unifying the process of > specifying