Exemplo n.º 1
0
 def get_initial(self):
     self.initial = {'parent': self.parent.parent}
     return UpdateView.get_initial(self)
Exemplo n.º 2
0
Arquivo: views.py Projeto: cmjatai/cmj
 def get_initial(self):
     self.initial = {'parent': self.parent.parent}
     return UpdateView.get_initial(self)