Re: [validators] - access to object.id field

2006-12-01 Thread Ivan Sagalaev
Marcin Jurczuk wrote: > Hello, > I'm writing my own validator based on shipped with django and wondering > how get validated object.id field ? Validators come in two varieties: those linked to field definitions in models and those that linked to field definitions in custom manipulators. With

[validators] - access to object.id field

2006-11-30 Thread Marcin Jurczuk
Hello, I'm writing my own validator based on shipped with django and wondering how get validated object.id field ? Following function does not return it ..it should raised error with message contained keys from validated object. It does but there is no 'id' field. class