Re: IntegrityError patch

2007-03-07 Thread Rob Hudson
I like it... I had to do a all encompassing "except" just the other day because IntegrityError was in MySQLdb. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send e

Re: IntegrityError patch

2007-03-06 Thread Vadim Macagon
Vadim Macagon wrote: > Just wanted to point out that I submitted a small patch to make > IntegrityError available directly from django.db. > > > > I've tested it on the postgresql and postgresql_psycopg2 backends, and > it'd be nice if people could t

IntegrityError patch

2007-02-08 Thread Vadim Macagon
Just wanted to point out that I submitted a small patch to make IntegrityError available directly from django.db. I've tested it on the postgresql and postgresql_psycopg2 backends, and it'd be nice if people could test it on the other backends. Tha