On 1/29/07, Andrew Durdin <[EMAIL PROTECTED]> wrote:
>
>
> On Jan 29, 4:50 pm, Jacob Kaplan-Moss <[EMAIL PROTECTED]> wrote:
> > On 1/29/07 10:15 AM, Robert Myers wrote:
> >
> > > I'm seeing the same amount of errors on python 2.3.4, it appears the @
> > > decorator syntax is being used in the model
On Jan 29, 4:50 pm, Jacob Kaplan-Moss <[EMAIL PROTECTED]> wrote:
> On 1/29/07 10:15 AM, Robert Myers wrote:
>
> > I'm seeing the same amount of errors on python 2.3.4, it appears the @
> > decorator syntax is being used in the modeltests/test-client/views.py.
And I was so used to decorators that
On 1/29/07 10:15 AM, Robert Myers wrote:
> I'm seeing the same amount of errors on python 2.3.4, it appears the @
> decorator syntax is being used in the modeltests/test-client/views.py. This
> was introduced in python 2.4, I changed it to the old decorator syntax 'blah
> = decorator(blah)' and st
On 1/28/07, Andrew Durdin <[EMAIL PROTECTED]> wrote:
>
>
> I'm trying to run all the django tests under Python 2.3.5 (on OS X
> 10.4.8), and there are lots of failures (see below).
> My settings file for the test is just:
>
> DEBUG = True
>
> DATABASE_ENGINE = 'mysql' # 'postgresql', 'mys
I'm trying to run all the django tests under Python 2.3.5 (on OS X
10.4.8), and there are lots of failures (see below).
My settings file for the test is just:
DEBUG = True
DATABASE_ENGINE = 'mysql' # 'postgresql', 'mysql', 'sqlite3'
or 'ado_mssql'.
DATABASE_NAME = 'test'