0.7.0 Django 1.10 support + various enhancements
- You can now choose to save binary profile to a path/location of your choosing. (#131)
- Middleware update to SilkyMiddleware allows for Django 1.10 compatibility. (#138)
csrf
imports inrequests.py
have been swapped to avoid emitting errors. (#136)- Manifest file update to allow compilation of project on Windows machines. (#139)
- Logging has been namespaced for finer-grained control of logging output across Silk components. (#133)
Thanks to (@javaguirre, @blag, @shanx, @leifdenby, @aehlke )