diff --git a/docs/changelog.txt b/docs/changelog.txt index 3cc3268..7f1d2ae 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -45,6 +45,8 @@ HEAD - Uses the current context when rendering the render templates. +- Added :func:`post_compress` signal. + .. _`Slim It`: http://slimit.org/ .. _`django-appconf`: http://django-appconf.rtfd.org/ .. _`versiontools`: http://pypi.python.org/pypi/versiontools diff --git a/docs/usage.txt b/docs/usage.txt index 6d76f60..a9d5bb7 100644 --- a/docs/usage.txt +++ b/docs/usage.txt @@ -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