On Aug 2, 3:14 pm, webcomm <[email protected]> wrote:
> ...
> Non-interactively, in the automatic admin, what I get is a visible
> text input below the title field and above the summary field.  Here's
> the relevant model and modelform:http://pastebin.com/azKgdraw
>
> -Ryan

Oh...you are trying to do this in the *admin*? Are you sure you just
don't need to "exclude" the form field?

https://docs.djangoproject.com/en/1.3/ref/contrib/admin/#django.contrib.admin.ModelAdmin.exclude

If you really want the admin to use your custom form you have to tell
it to:

https://docs.djangoproject.com/en/1.3/ref/contrib/admin/#django.contrib.admin.ModelAdmin.form

Best,
BN

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