Signals

Note that these signals are only triggered when the save methods of PartitionConfig and PartitionLog You can hook to them for your own needs (for example to create corresponding table index).

post_create_partition(sender, partition_log)

Sent when a partition is created.

post_attach_partition(sender, partition_log)

Sent when a partition is attached.

post_detach_partition(sender, partition_log)

Sent when a partition is detached.