clear_cache()
Clears an internal cache used by ContentType
to keep track of models for which it has created ContentType
instances. You probably won’t ever need to call this method yourself; Django will call it automatically when it’s needed.
clear_cache()
Clears an internal cache used by ContentType
to keep track of models for which it has created ContentType
instances. You probably won’t ever need to call this method yourself; Django will call it automatically when it’s needed.
Please login to continue.