thunderbird_accounts.authentication.signals

Functions

user_post_delete(instance, **kwargs)

Django doesn't recommend using signals anymore, but we need to remove this cache entry and this is the only way to catch Query deletes and instance deletes.

user_pre_save(sender, instance, **kwargs)

thunderbird_accounts.authentication.signals.user_post_delete(instance, **kwargs)[source]

Django doesn’t recommend using signals anymore, but we need to remove this cache entry and this is the only way to catch Query deletes and instance deletes.