Confusing test case in tests.modeltests.mutually_referential

2009-01-07 Thread crankycoder
I'm working on a backend for MS-SQL server 2000 with pretty good success so far, but I'm having trouble understanding one of the test cases in the Django test suite. In tests/modeltests/mutually_referential/models.py, there's a doctests that reads: --- # Create a Parent >>> q = Parent(name='Eliz

Re: Django and psycopg2 problems

2006-08-30 Thread crankycoder
in my own patchset to keep the UNICODE setting turned on, but I don't understand what is so bad about having it on in the first place. vic crankycoder wrote: > Jacob Kaplan-Moss wrote: > > On Aug 28, 2006, at 2:50 PM, Adrian Holovaty wrote: > > > On 8/28/06, Jacob Kapl

Re: Django and psycopg2 problems

2006-08-30 Thread crankycoder
Jacob Kaplan-Moss wrote: > On Aug 28, 2006, at 2:50 PM, Adrian Holovaty wrote: > > On 8/28/06, Jacob Kaplan-Moss <[EMAIL PROTECTED]> wrote: > >> Are the any objections to changing the psycopg2 backend to behave the > >> same was as the other ones (knowing that it's actually a step > >> backwards)