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
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
> > > 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
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
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
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
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
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
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
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
10 matches
Mail list logo