Re: test suite fails in release 4293

2007-01-08 Thread Michael Radziej
Hi Waylan, thanks for your information. I currently follow newforms only very loose. I've created a patch in ticket 3252. Michael -- noris network AG - Deutschherrnstraße 15-19 - D-90429 Nürnberg - Tel +49-911-9352-0 - Fax +49-911-9352-100 http://www.noris.de - The IT-Outsourcing Company -

Re: test suite fails in release 4293

2007-01-08 Thread Waylan Limberg
On 1/8/07, Waylan Limberg <[EMAIL PROTECTED]> wrote: As of changeset 4284 [1], the behavior of clean_data was altered. It looks like the tests in tests/modeltests/model_forms/models.py were not updated to reflect that change. Specifically, I see no calls to is_valid() which would explain the ab

Re: test suite fails in release 4293

2007-01-08 Thread Waylan Limberg
On 1/8/07, Michael Radziej <[EMAIL PROTECTED]> wrote: Hi, after I've updated to svn release 4293, django's test suite fails with this message, using mysql 4.1.12 and python 2.4: == FAIL: Doctest: modeltests.model_forms.models

SOLVED: test suite fails in release 4293

2007-01-08 Thread Michael Radziej
Hi, there's something seriously wrong with my machine or the database. It's certainly got nothing to do with any changes, other tests fail seemingly randomly for older versions that I have certainly tested before. Sorry, Michael -- noris network AG - Deutschherrnstraße 15-19 - D-90429 Nür

test suite fails in release 4293

2007-01-08 Thread Michael Radziej
Hi, after I've updated to svn release 4293, django's test suite fails with this message, using mysql 4.1.12 and python 2.4: == FAIL: Doctest: modeltests.model_forms.models.__test__.API_TESTS --