version 0.6.15 final (13-December-2011): * djblets.pipeline: * Replaced the djblets.compress module with djblets.pipeline. django-compress was deprecated shortly after our 0.6.14 release, with django-pipeline being the successor. As such, we've decided to get rid of the djblets.compress support and just replace it with equivalent pipeline support. We're not aware of any projects this will break. * djblets.util: * Fixed Django 1.4 compatibility. djblets.util.misc was importing RegexURLPattern from a location that no longer worked. This has been updated to use the proper import path.