Updated changelog with signal.

This commit is contained in:
Jannis Leidel
2011-09-07 12:14:36 +02:00
parent d4e8bdec3b
commit 98859c26d1
2 changed files with 3 additions and 2 deletions

View File

@@ -45,6 +45,8 @@ HEAD
- Uses the current context when rendering the render templates.
- Added :func:`post_compress<compressor.signals.post_compress>` signal.
.. _`Slim It`: http://slimit.org/
.. _`django-appconf`: http://django-appconf.rtfd.org/
.. _`versiontools`: http://pypi.python.org/pypi/versiontools

View File

@@ -148,8 +148,7 @@ for the number of seconds defined in the
Signals
-------
.. attribute:: compressor.signals.post_compress
:module:
.. function:: compressor.signals.post_compress(sender, type, mode, context)
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