Loading django/contrib/contenttypes/management.py +0 −9 Original line number Diff line number Diff line Loading @@ -84,12 +84,3 @@ If you're unsure, answer 'no'. else: if verbosity >= 2: print("Stale content types remain.") def update_all_contenttypes(**kwargs): for app_config in apps.get_app_configs(): update_contenttypes(app_config, **kwargs) if __name__ == "__main__": update_all_contenttypes() Loading
django/contrib/contenttypes/management.py +0 −9 Original line number Diff line number Diff line Loading @@ -84,12 +84,3 @@ If you're unsure, answer 'no'. else: if verbosity >= 2: print("Stale content types remain.") def update_all_contenttypes(**kwargs): for app_config in apps.get_app_configs(): update_contenttypes(app_config, **kwargs) if __name__ == "__main__": update_all_contenttypes()