Why not just use a ModelForm? 

You can override the form's clean() or add a clean_url() method. You'll be able 
to use self.instance to get the model instance of the model form, and from that 
you can get the previously-used URLs.

Shawn


-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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.

Reply via email to