Disable pip cache then installing with make install

This commit is contained in:
Valentin Samir
2016-11-20 16:52:28 +01:00
parent 64d3901ec4
commit 9db40bdbcb
2 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,7 @@ Fixed
* Allow both unicode and bytes dotted string in utils.import_attr
* Fix some spelling and grammar on log messages. (thanks to Allie Micka)
* Fix froms css class error on success/error due to a scpaless block
* Disable pip cache then installing with make install
Changed
-------