You'll want to check out django.db.models.fields,
django.db.models.fields.subclassing, and django.core.validators as
starting points for creating a new Field type with a custom validator.
 In addition, there's a js attribute for class Admin you can use to
bring in the necessary JavaScript into admin
(http://www.djangoproject.com/documentation/model-api/#js), or you can
look into newforms-admin branch (soon to be trunk) for more options on
custom admin pages.

On Mon, Jul 7, 2008 at 11:28 PM, Leaf <[EMAIL PROTECTED]> wrote:
>
> Also note - when I say this, I'm talking about something that can plug
> in to the admin interface. Just clearing that up.
>
> Regards,
> Leaf
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to