mirror of
https://github.com/Hopiu/django-cachalot.git
synced 2026-05-19 18:01:51 +00:00
7 lines
150 B
Python
7 lines
150 B
Python
# coding: utf-8
|
|
|
|
from __future__ import unicode_literals
|
|
from django.dispatch import Signal
|
|
|
|
|
|
post_invalidation = Signal(providing_args=['db_alias'])
|