def clear_and_set_and_reload(self):
     self.clear_updated_at()
     set_map_feature_updated_at()
     self.plot.refresh_from_db()
 def forwards(self, orm):
     set_map_feature_updated_at()
Example #3
0
 def clear_and_set_and_reload(self):
     self.clear_updated_at()
     set_map_feature_updated_at()
     self.reload_members()
 def clear_and_set_and_reload(self):
     self.clear_updated_at()
     set_map_feature_updated_at()
     self.plot.refresh_from_db()
 def handle(self, *args, **options):
     print('If you have a large database, the queries run by this command '
           'may take a while to complete')
     set_map_feature_updated_at()
 def forwards(self, orm):
     set_map_feature_updated_at()
Example #7
0
 def clear_and_set_and_reload(self):
     self.clear_updated_at()
     set_map_feature_updated_at()
     self.reload_members()