Example #1
0
 def get_context(self):
     new_context = {
         'has_change_permission': self.has_change_permission(self.obj),
         'object': self.obj,
     }
     context = Dashboard.get_context(self)
     context.update(ModelAdminView.get_context(self))
     context.update(new_context)
     return context
 def get_context(self):
     new_context = {
         'has_change_permission': self.has_change_permission(self.obj),
         'object': self.obj,
     }
     context = Dashboard.get_context(self)
     context.update(ModelAdminView.get_context(self))
     context.update(new_context)
     return context