2 | | Such model could of course be part of the **inline** model admin. |
3 | | When the inline object is deleted, the `save_related()` of the formset deletes it just before the first call of `construct_change_message` in https://github.com/django/django/blob/master/django/contrib/admin/options.py#L1586 chimes in. |
| 2 | Such model could of course be as **inline** in other model admin. |
| 3 | When such inline object is deleted, the `save_related()` of the formset deletes it just before the first call of `construct_change_message()` in https://github.com/django/django/blob/master/django/contrib/admin/options.py#L1586 chimes in. |