meppum wrote:
> The new release of django allows developers to perform custom
> validation before the save of an object using self.clean_data just
> like in new forms. Is there any way to reuse the logic that we've
> already created for our public facing site in the admin site?
Yes. You can use the same form class in your admin that you use in
your public facing site. See:
http://docs.djangoproject.com/en/dev/ref/contrib/admin/#id1
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---