Loading django/contrib/admin/sites.py +17 −14 Original line number Diff line number Diff line Loading @@ -389,6 +389,9 @@ class AdminSite(object): if app_dict: app_dict['models'].append(model_dict), else: # First time around, now that we know there's # something to display, add in the necessary meta # information. app_dict = { 'name': app_label.title(), 'app_url': '', Loading Loading
django/contrib/admin/sites.py +17 −14 Original line number Diff line number Diff line Loading @@ -389,6 +389,9 @@ class AdminSite(object): if app_dict: app_dict['models'].append(model_dict), else: # First time around, now that we know there's # something to display, add in the necessary meta # information. app_dict = { 'name': app_label.title(), 'app_url': '', Loading