Re: Unit test failures from changeset 2103

2006-01-28 Thread Russell Keith-Magee
On 1/29/06, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > > On 1/28/06, Russell Keith-Magee <[EMAIL PROTECTED]> wrote: > But note that > manipulators are next on the list to be hacked-on (see the "making > models validation-aware" thread on django-developers), so your work > may become obsolete in

Re: Unit test failures from changeset 2103

2006-01-28 Thread Adrian Holovaty
On 1/28/06, Russell Keith-Magee <[EMAIL PROTECTED]> wrote: > The changeset in question: > http://code.djangoproject.com/changeset/2103 "magic-removal: Restored > manipulators to code from trunk, removing the unfinished stuff" makes > it sound like there someone is working on this area, but the cha

Unit test failures from changeset 2103

2006-01-28 Thread Russell Keith-Magee
Hi all, I just ran the unit test suite on r2144, and noticed that there are some unit tests failing as a result of some ChangeManipulator changes around r2103. This is my first time spelunking in the Manipulator code, so I'm not entirely sure if the problem is bad code, or a bad test. Specificia