I'm writing a new field validator and I don't want it to raise an error if another field on the same form is not set to a certain value. When I reference the other field which I'm not editting with this validator I get this error:
global name 'rptlist' is not defined So can I reference the other field in this validator, even though I'm not using this code to validate it? If so what's the format for doing so? Thanks for the help. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.