Пример #1
0
 def description_as_id(self):
     return replace_all(self.description, '_', ['-', ' ', ':', '/', ','])
Пример #2
0
 def description_as_id(self):
     return replace_all(self.description, '_', ['-', ' ', ':', '/', ','])
Пример #3
0
 def date_and_time_as_id(self):
     return replace_all(self.date_and_time_as_string, '_', ['-', ' ', ':'])
Пример #4
0
 def date_and_time_as_id(self):
     return replace_all(self.date_and_time_as_string, '_', ['-', ' ', ':'])