Re: django-3k

2010-02-07 Thread Alex Gaynor
On Sun, Feb 7, 2010 at 4:24 PM, Martin v. Löwis wrote: >> It can now convert and start the test suite, however, this doesn't >> produce any results, yet. > > Following up to myself: it now does run the test suite to completion: > > Ran 1425 tests in 384.689s > > FAILED (failures=222, errors=539) >

Re: django-3k

2010-02-07 Thread Martin v . Löwis
> It can now convert and start the test suite, however, this doesn't > produce any results, yet. Following up to myself: it now does run the test suite to completion: Ran 1425 tests in 384.689s FAILED (failures=222, errors=539) If you are curious what the failures and errors are, just run it fo

django-3k

2010-02-06 Thread Martin v . Löwis
I have now published my 3.x port on bitbucket, at http://bitbucket.org/loewis/django-3k/ It can now convert and start the test suite, however, this doesn't produce any results, yet. Feel free to use the bitbucket issue tracker to report problems or contribute changes. Regards, Martin --