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
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
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
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
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