Skip to content
Snippets Groups Projects
Select Git revision
  • 409509ee81337b29c9871844d2fd7f5139a7a09c
  • master default protected
  • 2.0.5
  • 2.0.4
  • 2.0.3
  • 2.0.2
  • 2.0.1
  • 2.0.0
  • 1.2.4
  • 1.2.2
  • 1.2.1
  • 1.1.0
  • v1.0.9
13 results

test_core.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)