Updated changelog with signal.
This commit is contained in:
@@ -45,6 +45,8 @@ HEAD
|
|||||||
|
|
||||||
- Uses the current context when rendering the render templates.
|
- Uses the current context when rendering the render templates.
|
||||||
|
|
||||||
|
- Added :func:`post_compress<compressor.signals.post_compress>` signal.
|
||||||
|
|
||||||
.. _`Slim It`: http://slimit.org/
|
.. _`Slim It`: http://slimit.org/
|
||||||
.. _`django-appconf`: http://django-appconf.rtfd.org/
|
.. _`django-appconf`: http://django-appconf.rtfd.org/
|
||||||
.. _`versiontools`: http://pypi.python.org/pypi/versiontools
|
.. _`versiontools`: http://pypi.python.org/pypi/versiontools
|
||||||
|
|||||||
@@ -148,8 +148,7 @@ for the number of seconds defined in the
|
|||||||
Signals
|
Signals
|
||||||
-------
|
-------
|
||||||
|
|
||||||
.. attribute:: compressor.signals.post_compress
|
.. function:: compressor.signals.post_compress(sender, type, mode, context)
|
||||||
:module:
|
|
||||||
|
|
||||||
Django Compressor includes a ``post_compress`` signal that enables you to
|
Django Compressor includes a ``post_compress`` signal that enables you to
|
||||||
listen for changes to your compressed CSS/JS. This is useful, for example, if
|
listen for changes to your compressed CSS/JS. This is useful, for example, if
|
||||||
|
|||||||
Reference in New Issue
Block a user