How to check if a Django Model Instance contains a foreign key or not
I need to serialize data coming from Django Audit Log Entry in such a way that when in changes field There is a Field present which has a value of foreign key I need to fetch the value of that Foreign key from database and Change the Foreign key with the value.