I am looking for a way to create an added_by field to a Django admin model that is set to the currently logged in Django admin user and can only be changed by admins (so that users can only create items that claim to be added by themselves). I would welcome solutions that rely on external libraries. How can I achieve that functionality? fi