Removed links to contributot profiles.

This commit is contained in:
Carlton Gibson
2015-04-16 10:31:30 +02:00
parent b91ea517c6
commit 92e7a85855

View File

@@ -6,33 +6,33 @@ v1.5 (03/27/2015)
`Full Changelog <https://github.com/django-compressor/django-compressor/compare/1.4...HEAD>`_ `Full Changelog <https://github.com/django-compressor/django-compressor/compare/1.4...HEAD>`_
- Fix compress command and run automated tests for Django 1.8 (`carltongibson <https://github.com/carltongibson>`_) - Fix compress command and run automated tests for Django 1.8
- Fix Django 1.8 warnings (`sdfsdhgjkbmnmxc <https://github.com/sdfsdhgjkbmnmxc>`_) - Fix Django 1.8 warnings
- Handle TypeError from import_module (`blueyed <https://github.com/blueyed>`_) - Handle TypeError from import_module
- Fix reading UTF-8 files which have BOM (`JereMalinen <https://github.com/JereMalinen>`_) - Fix reading UTF-8 files which have BOM
- Fix incompatibility with Windows (shell_quote is not supported) (`thenewguy <https://github.com/thenewguy>`_) - Fix incompatibility with Windows (shell_quote is not supported)
- Run automated tests on Django 1.7 (`frewsxcv <https://github.com/frewsxcv>`_) - Run automated tests on Django 1.7
- Ignore non-existent {{ block.super }} in offline compression instead of raising AttributeError (`cbjadwani <https://github.com/cbjadwani>`_) - Ignore non-existent {{ block.super }} in offline compression instead of raising AttributeError
- Support for clean-css (`vovanbo <https://github.com/vovanbo>`_) - Support for clean-css
- Fix link markup (`@merwok <https://github.com/merwok>`_) - Fix link markup
- Add support for COMPRESS_CSS_HASHING_METHOD = None (`diox <https://github.com/diox>`_) - Add support for COMPRESS_CSS_HASHING_METHOD = None
- Remove compatibility with old 'staticfiles' app (`diox <https://github.com/diox>`_) - Remove compatibility with old 'staticfiles' app
- In compress command, use get_template() instead of opening template files manually, fixing compatibility issues with custom template loaders (`diox <https://github.com/diox>`_) - In compress command, use get_template() instead of opening template files manually, fixing compatibility issues with custom template loaders
- Fix FilterBase so that does not override self.type for subclasses if filter_type is not specified at init (`iknite <https://github.com/iknite>`_) - Fix FilterBase so that does not override self.type for subclasses if filter_type is not specified at init
- Remove unnecessary filename and existence checks in CssAbsoluteFilter (`agriffis <https://github.com/agriffis>`_) - Remove unnecessary filename and existence checks in CssAbsoluteFilter
v1.4 (06/20/2014) v1.4 (06/20/2014)