4
"Mro ()" ne yapar?
İçinde django.utils.functional.py: for t in type(res).mro(): # <----- this if t in self.__dispatch: return self.__dispatch[t][funcname](res, *args, **kw) Anlamıyorum mro(). Ne işe yarar ve "mro" ne anlama gelir?