On Mon, Aug 25, 2008 at 6:57 PM, Michael Hrivnak
<[EMAIL PROTECTED]> wrote:
> That is neither a direct nor indirect replacement for model-level validation.
> Many applications receive input from sources other than forms. Validation at
> the form and model level are both valuable, but for differen
On Mon, 2008-08-25 at 19:57 -0400, Michael Hrivnak wrote:
> That is neither a direct nor indirect replacement for model-level validation.
>
> Many applications receive input from sources other than forms. Validation at
> the form and model level are both valuable, but for different reasons.
On Mon, Aug 25, 2008 at 7:57 PM, Michael Hrivnak <[EMAIL PROTECTED]>wrote:
> That is neither a direct nor indirect replacement for model-level
> validation.
> Many applications receive input from sources other than forms. Validation
> at
> the form and model level are both valuable, but for diffe
That is neither a direct nor indirect replacement for model-level validation.
Many applications receive input from sources other than forms. Validation at
the form and model level are both valuable, but for different reasons.
Michael
On Monday 25 August 2008 11:54:31 James Bennett wrote:
> O
On Mon, Aug 25, 2008 at 10:12 AM, Malcolm Tredinnick
<[EMAIL PROTECTED]> wrote:
> So there isn't a direct replacement for validator lists in 1.0.
(other than just setting up the form used for your model in the admin
to have the validation you want, which isn't terribly hard and is how
this sort o
On Mon, 2008-08-25 at 05:08 -0700, Dennis Schmidt wrote:
> Hi there,
>
> if this will be deactivated in 1.0, how do I have to replace this? I
> couldn't find an easy way like this in the docs yet.
Validators are really only used by the admin in 0.96 (there was no
model-aware validation there).
Hi,
validator_list in model fields (and maybe in form fields too) isn't
working at the moment.
Could we remove it from the docs?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To post to
Hi there,
if this will be deactivated in 1.0, how do I have to replace this? I
couldn't find an easy way like this in the docs yet.
Regards,
Dennis
On 23 Aug., 18:43, Malcolm Tredinnick <[EMAIL PROTECTED]>
wrote:
> On Sat, 2008-08-23 at 16:02 +0200, Alex Rades wrote:
> > Hi,
> > validator_list
On Sat, 2008-08-23 at 16:02 +0200, Alex Rades wrote:
> Hi,
> validator_list in model fields (and maybe in form fields too) isn't
> working at the moment.
>
> Could we remove it from the docs?
It will be removed eventually, when all the remaining oldforms stuff is
removed (before 1.0). Also, the