Re: MR: _manipulator_validate_FIELD() methods?

2006-08-08 Thread Tom Tobin
On 8/9/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Tom, > > Does the solution I posted [1] earlier in this thread not work for you? > > > [1] http://groups.google.com/group/django-users/msg/a76be4c94631ec80 Getting these manipulator-aware validators working in the admin is exactly the is

Re: MR: _manipulator_validate_FIELD() methods?

2006-08-08 Thread [EMAIL PROTECTED]
Tom, Does the solution I posted [1] earlier in this thread not work for you? [1] http://groups.google.com/group/django-users/msg/a76be4c94631ec80 matthew --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django u

Re: MR: _manipulator_validate_FIELD() methods?

2006-08-08 Thread Tom Tobin
> > > Matthew Flanagan wrote: > > > > > > > > >Since MR merged the _manipulator_validate_FIELD() methods stopped > > > > >working. The solution I came up with was to write custom manipulators > > > > >(which was what I was trying

Re: MR: _manipulator_validate_FIELD() methods?

2006-08-08 Thread Tom Tobin
On 8/8/06, Tom Tobin <[EMAIL PROTECTED]> wrote: > On 5/6/06, Matthew Flanagan <[EMAIL PROTECTED]> wrote: > > > > On 5/6/06, Ivan Sagalaev <[EMAIL PROTECTED]> wrote: > > > > > > Matthew Flanagan wrote: > > > > > > >Since MR

Re: MR: _manipulator_validate_FIELD() methods?

2006-08-08 Thread Tom Tobin
On 5/6/06, Matthew Flanagan <[EMAIL PROTECTED]> wrote: > > On 5/6/06, Ivan Sagalaev <[EMAIL PROTECTED]> wrote: > > > > Matthew Flanagan wrote: > > > > >Since MR merged the _manipulator_validate_FIELD() methods stopped > > >working. The so

_manipulator_validate_FIELD

2006-06-13 Thread David S.
Is there a replacement for the old _manipulator_validate_FIELD magic in the post 0_91 trunk? If you can not make an instance method, then you lose, for example, "hasattr(self, "original_object")". Thanks, David S. --~--~-~--~~~---~--~~ You r

Re: MR: _manipulator_validate_FIELD() methods?

2006-05-06 Thread Matthew Flanagan
On 5/6/06, Ivan Sagalaev <[EMAIL PROTECTED]> wrote: > > Matthew Flanagan wrote: > > >Since MR merged the _manipulator_validate_FIELD() methods stopped > >working. The solution I came up with was to write custom manipulators > >(which was what I was trying to avoid

Re: MR: _manipulator_validate_FIELD() methods?

2006-05-06 Thread Ivan Sagalaev
Matthew Flanagan wrote: >Since MR merged the _manipulator_validate_FIELD() methods stopped >working. The solution I came up with was to write custom manipulators >(which was what I was trying to avoid all along). > Can you assign those validators to the validator_list of a field

Re: MR: _manipulator_validate_FIELD() methods?

2006-05-06 Thread Matthew Flanagan
On 5/4/06, Matthew Flanagan <[EMAIL PROTECTED]> wrote: > Hi > > I've been porting a large application to MR since monday and have it > 99% done except for a few issues. One of them is the > _manipulator_validate_FIELD(self, field_data, all_data) methods not > bein

MR: _manipulator_validate_FIELD() methods?

2006-05-04 Thread Matthew Flanagan
Hi I've been porting a large application to MR since monday and have it 99% done except for a few issues. One of them is the _manipulator_validate_FIELD(self, field_data, all_data) methods not being call for my models. Is this intended behaviour? I was able to turn some of the methods