It is necessary to implement something like AutoComplete , but with the filling of one field, and the rest of the required fields are supplemented with data automatically. I understand, the link is for django-admin done or mistaken? In general, it is desirable to look at the combat code of such an implementation, if possible ...

    1 answer 1

    No, the link is the widget code that can be used for the field in any form (including the admin). To use it, you only need to pass it in the widget parameter for the required fields in the form, write a view that returns the necessary data from the database and add it to urls.py.