I have a model that has a user field that needs to be auto-populated from the currently logged in user. I can get it working as specified here if the user
user
Does the other model save the user? In that case you could use the post_save signal to add that information to the set of the inlined model.
post_save