0752d476e4
* Remove headers * Changed lineendings to linux style in AUTHORS and CHANGELOG
6 lines
131 B
Python
6 lines
131 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from django.dispatch import Signal
|
|
|
|
template_manipulation = Signal(providing_args=['request', 'context'])
|