Skip to content
Snippets Groups Projects
Select Git revision
  • c4283263ffce3cacaa5b5cf6161326f8b8f1004b
  • master default protected
  • dev
  • install
  • new_master
  • protein_ortho
  • documentation
  • pr18
  • dev-licence
  • docker
  • prodigal_train
  • containers
  • module_all
  • functional_tests
  • opti
  • helpers
  • v1.4.1
  • v1.4.0
  • v1.3.1
  • v1.3.0
  • v1.2.0
  • v1.1.0
  • v1.0.1
  • v1.0
24 results

annotation_functions.py

Blame
  • signals.py 328 B
    from autocomplete_multi_models import business_process, utils
    
    
    def instance_update(sender, instance, field_names, **kwargs):
        business_process.add_instance_to_index(instance, field_names)
    
    
    def instance_delete(sender, instance, field_names, **kwargs):
        business_process.set_setting_in_storage(utils.REBUILD_NEEDED, True)