Does the logged-in user have to be referenced for methods within the models file (s) for Django?

I'm aware that it's necessary elsewhere such as in templates or views, but I don't know if that applies for models. Sorry for asking such a simple question, but ChatGPT is bamboozling me and Stack overflow is as useless as ever. I'm much more familiar with using Java and Springboot for web development than Python and Django.
Does the logged-in user have to be referenced for methods within the models file (s) for Django?
Post Opinion