My searching hasn't yielded much so here it goes... 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?
If this is the case, does anyone know how to duplicate the raw_admin_id behaviour with newforms? We have thousands of parts that we must choose from when creating repairs so I have been using raw_admin_id in my models and duplicating the behaviour found in the admin (pop up a search window and select a system ID) with my custom create and update forms. It looks like we can't make the move to newforms because of this but we would like to. Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---