On 3/29/07, Paul Childs <[EMAIL PROTECTED]> wrote:
> I understand that raw_admin_id is being removed and it will only be
> available as part of the Admin inner class in a model. Does this make
> it unaccessible to custom forms?

Hi Paul,

The raw_id_admin parameter is an admin option -- i.e., it is
configuration for the Django admin site. As such, it doesn't have much
to do with the newforms library. You can easily replicate its
fundamental functionality using newforms, though -- just use a
TextField rather than a ChoiceField.

Adrian

-- 
Adrian Holovaty
holovaty.com | djangoproject.com

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