Tuesday, October 5, 2010

Re: unique constraint

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-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment