- Update package versions for test project [\241](https://github.com/jazzband/django-silk/pull/241) ([albertyw](https://github.com/albertyw))
- Return immediately [\235](https://github.com/jazzband/django-silk/pull/235) ([Stranger6667](https://github.com/Stranger6667))
- Fix missing db\_time field [\234](https://github.com/jazzband/django-silk/pull/234) ([albertyw](https://github.com/albertyw))
- Test django 2 in travis [\233](https://github.com/jazzband/django-silk/pull/233) ([albertyw](https://github.com/albertyw))
- Lint silk directory and fix a python 3 blocker [\232](https://github.com/jazzband/django-silk/pull/232) ([albertyw](https://github.com/albertyw))
- Fix flaky test by rounding off floats [\231](https://github.com/jazzband/django-silk/pull/231) ([albertyw](https://github.com/albertyw))
- Fix github silk links to point to jazzband [\230](https://github.com/jazzband/django-silk/pull/230) ([albertyw](https://github.com/albertyw))
- Update docs to clarify how to install the middleware [\228](https://github.com/jazzband/django-silk/pull/228) ([albertyw](https://github.com/albertyw))
- Fix Django 2 deprecations [\227](https://github.com/jazzband/django-silk/pull/227) ([albertyw](https://github.com/albertyw))
- Add extra documentation covering environment variables and running tests [\226](https://github.com/jazzband/django-silk/pull/226) ([richardnias](https://github.com/richardnias))
- Filter out views that took no time in the database for the most time … [\225](https://github.com/jazzband/django-silk/pull/225) ([hvdklauw](https://github.com/hvdklauw))
- Removed typo errors and fixed contractions [\222](https://github.com/jazzband/django-silk/pull/222) ([basifat](https://github.com/basifat))
- gprof2dot had a breaking change in 2017.09.19 [\221](https://github.com/jazzband/django-silk/pull/221) ([richardnias](https://github.com/richardnias))
- Allow prof\_file to be blank, not null [\220](https://github.com/jazzband/django-silk/pull/220) ([richardnias](https://github.com/richardnias))
- Changed the theme of gprof2dot output to be more inline with rest of silk design [\210](https://github.com/jazzband/django-silk/pull/210) ([danielbradburn](https://github.com/danielbradburn))
- configurable storage class [\204](https://github.com/jazzband/django-silk/pull/204) ([smcoll](https://github.com/smcoll))
- increase Request.prof\_file max\_length to 300 [\203](https://github.com/jazzband/django-silk/pull/203) ([smcoll](https://github.com/smcoll))
- \33 organise cprofile output as a sortable table [\200](https://github.com/jazzband/django-silk/pull/200) ([danielbradburn](https://github.com/danielbradburn))
- left align pre tag text [\199](https://github.com/jazzband/django-silk/pull/199) ([smcoll](https://github.com/smcoll))
- add .venv\* to .gitignore [\198](https://github.com/jazzband/django-silk/pull/198) ([danielbradburn](https://github.com/danielbradburn))
- Add missing gprof2dot to setup.py [\197](https://github.com/jazzband/django-silk/pull/197) ([danielbradburn](https://github.com/danielbradburn))
- README changes for visualisation and sql summary table sorting [\195](https://github.com/jazzband/django-silk/pull/195) ([danielbradburn](https://github.com/danielbradburn))
- Added UI element to filter requests by http verb [\194](https://github.com/jazzband/django-silk/pull/194) ([danielbradburn](https://github.com/danielbradburn))
- Sortable sql table [\193](https://github.com/jazzband/django-silk/pull/193) ([danielbradburn](https://github.com/danielbradburn))
- Visualize profile result [\192](https://github.com/jazzband/django-silk/pull/192) ([danielbradburn](https://github.com/danielbradburn))
- Added status code filter [\191](https://github.com/jazzband/django-silk/pull/191) ([danielbradburn](https://github.com/danielbradburn))
- Set jazzband to limit the number of rows of request/response data [\190](https://github.com/jazzband/django-silk/pull/190) ([albertyw](https://github.com/albertyw))
- Add python 3.6 to travis config [\189](https://github.com/jazzband/django-silk/pull/189) ([albertyw](https://github.com/albertyw))
- Add explicit on\_delete to foreign key and one to one relationships [\188](https://github.com/jazzband/django-silk/pull/188) ([albertyw](https://github.com/albertyw))
- Replace django-silk organization with jazzband [\186](https://github.com/jazzband/django-silk/pull/186) ([albertyw](https://github.com/albertyw))
- Jazzband migration [\185](https://github.com/jazzband/django-silk/pull/185) ([mtford90](https://github.com/mtford90))
- Deprecation: update to warning [\177](https://github.com/jazzband/django-silk/pull/177) ([lammertw](https://github.com/lammertw))
- Add text-align property to pyprofile class for readability [\176](https://github.com/jazzband/django-silk/pull/176) ([jeffreyckchau](https://github.com/jeffreyckchau))
- Mention collectstatic [\173](https://github.com/jazzband/django-silk/pull/173) ([goetzk](https://github.com/goetzk))
[1.0.0](https://github.com/jazzband/django-silk/tree/1.0.0) (2017-03-25)
[Full Changelog](https://github.com/jazzband/django-silk/compare/0.7.3...1.0.0)
**Fixed bugs:**
- Silk shows 0 time for all requests? [\161](https://github.com/jazzband/django-silk/issues/161)
- Failed to install index for silk.Request model: \(1071, 'Specified key was too long; max key length is 767 bytes'\) [\38](https://github.com/jazzband/django-silk/issues/38)
- IntegrityError: duplicate key value violates unique constraint "silk\_response\_request\_id\_key" [\26](https://github.com/jazzband/django-silk/issues/26)
**Closed issues:**
- There is no reference to download a profile [\170](https://github.com/jazzband/django-silk/issues/170)
- Build fails occasionally due to "missing manage.py" [\32](https://github.com/jazzband/django-silk/issues/32)
**Merged pull requests:**
- Fixes \170 [\171](https://github.com/jazzband/django-silk/pull/171) ([perdy](https://github.com/perdy))
- Wheel support [\168](https://github.com/jazzband/django-silk/pull/168) ([auvipy](https://github.com/auvipy))
- Improved MySQL support [\167](https://github.com/jazzband/django-silk/pull/167) ([smaccona](https://github.com/smaccona))
- some style improvements [\166](https://github.com/jazzband/django-silk/pull/166) ([auvipy](https://github.com/auvipy))
- Update travis matrix and requirments dependencies versions [\165](https://github.com/jazzband/django-silk/pull/165) ([auvipy](https://github.com/auvipy))
- Fixes \161 [\164](https://github.com/jazzband/django-silk/pull/164) ([perdy](https://github.com/perdy))
[0.7.3](https://github.com/jazzband/django-silk/tree/0.7.3) (2017-02-13)
[Full Changelog](https://github.com/jazzband/django-silk/compare/0.7.2...0.7.3)
**Fixed bugs:**
- Profiling files get copied into MEDIA\_ROOT [\151](https://github.com/jazzband/django-silk/issues/151)
- Bad requirements for postgres based installations [\142](https://github.com/jazzband/django-silk/issues/142)
**Closed issues:**
- Middleware setting in Django 1.10 [\159](https://github.com/jazzband/django-silk/issues/159)
- When installing silk asking for mysql library. But I'm using postgresql. [\150](https://github.com/jazzband/django-silk/issues/150)
- No Silk profiling was performed for this request. Use the silk\_profile decorator/context manager to do so. [\147](https://github.com/jazzband/django-silk/issues/147)
- ProgrammingError on postgresql [\146](https://github.com/jazzband/django-silk/issues/146)
- \[Error\]\[Bug\]adding silk middleware in MIDDLEWARE causes ImportError [\108](https://github.com/jazzband/django-silk/issues/108)
**Merged pull requests:**
- Update middleware setting for Django \>= 1.10 [\160](https://github.com/jazzband/django-silk/pull/160) ([ukjin1192](https://github.com/ukjin1192))
- Add favorite icons [\156](https://github.com/jazzband/django-silk/pull/156) ([phuong](https://github.com/phuong))
- Bugfix for issue \153 [\155](https://github.com/jazzband/django-silk/pull/155) ([Drache91](https://github.com/Drache91))
- Improve profile storage [\152](https://github.com/jazzband/django-silk/pull/152) ([r3m0t](https://github.com/r3m0t))
[0.7.2](https://github.com/jazzband/django-silk/tree/0.7.2) (2016-12-03)
[Full Changelog](https://github.com/jazzband/django-silk/compare/0.7.1...0.7.2)
**Closed issues:**
- Pypi version upload [\141](https://github.com/jazzband/django-silk/issues/141)
**Merged pull requests:**
- Allow using Django 1.10 MIDDLEWARE setting instead of MIDDLEWARE\_CLASSES [\148](https://github.com/jazzband/django-silk/pull/148) ([lockie](https://github.com/lockie))
- Travis config to test on the different django database backends. [\145](https://github.com/jazzband/django-silk/pull/145) ([mattjegan](https://github.com/mattjegan))
- Updates exception handling to use Django DatabaseError class [\144](https://github.com/jazzband/django-silk/pull/144) ([hanleyhansen](https://github.com/hanleyhansen))
- Fix for byte string incompatibility in ResponseModelFactory.body\(\) on py3 [\143](https://github.com/jazzband/django-silk/pull/143) ([aljp](https://github.com/aljp))
[0.7.1](https://github.com/jazzband/django-silk/tree/0.7.1) (2016-10-01)
[Full Changelog](https://github.com/jazzband/django-silk/compare/0.7.0...0.7.1)
**Merged pull requests:**
- Operational Error When Silk Is Used On Big SQL Queries [\140](https://github.com/jazzband/django-silk/pull/140) ([hanleyhansen](https://github.com/hanleyhansen))
[0.7.0](https://github.com/jazzband/django-silk/tree/0.7.0) (2016-09-21)
[Full Changelog](https://github.com/jazzband/django-silk/compare/0.6.2...0.7.0)
**Implemented enhancements:**
- Select a path to save profiling files [\131](https://github.com/jazzband/django-silk/issues/131)
**Merged pull requests:**
- Remove trailing slashes in MANIFEST.in [\139](https://github.com/jazzband/django-silk/pull/139) ([leifdenby](https://github.com/leifdenby))
- Django 1.10 compatibility [\138](https://github.com/jazzband/django-silk/pull/138) ([shanx](https://github.com/shanx))
- Swap imports to avoid emitting warnings [\136](https://github.com/jazzband/django-silk/pull/136) ([blag](https://github.com/blag))
- Profiler files path configurable [\135](https://github.com/jazzband/django-silk/pull/135) ([javaguirre](https://github.com/javaguirre))
- Fix ignored content body [\134](https://github.com/jazzband/django-silk/pull/134) ([aehlke](https://github.com/aehlke))
- Namespaced loggers [\133](https://github.com/jazzband/django-silk/pull/133) ([aehlke](https://github.com/aehlke))
[0.6.2](https://github.com/jazzband/django-silk/tree/0.6.2) (2016-07-28)
[Full Changelog](https://github.com/jazzband/django-silk/compare/0.6.1...0.6.2)
**Closed issues:**
- SnakeViz integration [\83](https://github.com/jazzband/django-silk/issues/83)
**Merged pull requests:**
- don't crash when a route is 404 [\129](https://github.com/jazzband/django-silk/pull/129) ([chrono](https://github.com/chrono))
[0.6.1](https://github.com/jazzband/django-silk/tree/0.6.1) (2016-07-13)
[Full Changelog](https://github.com/jazzband/django-silk/compare/0.6.0...0.6.1)
**Closed issues:**
- Latest version of django-silk not installing because of missing dependency [\127](https://github.com/jazzband/django-silk/issues/127)
- README.md missing in v0.6 [\125](https://github.com/jazzband/django-silk/issues/125)
**Merged pull requests:**
- use any readme [\128](https://github.com/jazzband/django-silk/pull/128) ([SzySteve](https://github.com/SzySteve))
[0.6.0](https://github.com/jazzband/django-silk/tree/0.6.0) (2016-07-12)
[Full Changelog](https://github.com/jazzband/django-silk/compare/0.5.7...0.6.0)
**Closed issues:**
- Local Dev of Silk. Template Error. [\121](https://github.com/jazzband/django-silk/issues/121)
- Using django six rather then maintaining one [\112](https://github.com/jazzband/django-silk/issues/112)
- PyPi release [\106](https://github.com/jazzband/django-silk/issues/106)
**Merged pull requests:**
- update pillow requirement so installation succeeds [\124](https://github.com/jazzband/django-silk/pull/124) ([SzySteve](https://github.com/SzySteve))
- Give users the ability to export .prof binary files for every request [\123](https://github.com/jazzband/django-silk/pull/123) ([hanleyhansen](https://github.com/hanleyhansen))
- Make Silk Great Again and Upgrade Dev Project [\122](https://github.com/jazzband/django-silk/pull/122) ([hanleyhansen](https://github.com/hanleyhansen))
- make file paths clickable that don't start with a slash [\120](https://github.com/jazzband/django-silk/pull/120) ([chrono](https://github.com/chrono))
- clear data store in chunks [\119](https://github.com/jazzband/django-silk/pull/119) ([chrono](https://github.com/chrono))
- remove claim to support django 1.6 [\118](https://github.com/jazzband/django-silk/pull/118) ([chrono](https://github.com/chrono))
- removed six six utils and tests [\117](https://github.com/jazzband/django-silk/pull/117) ([auvipy](https://github.com/auvipy))
- used django utils six instead of sils utls six in some module [\116](https://github.com/jazzband/django-silk/pull/116) ([auvipy](https://github.com/auvipy))
- Lint fix and code cleaning [\114](https://github.com/jazzband/django-silk/pull/114) ([auvipy](https://github.com/auvipy))
- small updates [\113](https://github.com/jazzband/django-silk/pull/113) ([auvipy](https://github.com/auvipy))
- Render function instead of render\_to\_response [\111](https://github.com/jazzband/django-silk/pull/111) ([auvipy](https://github.com/auvipy))
- remove south migrations as not needed in less then 1.7 [\110](https://github.com/jazzband/django-silk/pull/110) ([auvipy](https://github.com/auvipy))
- versions upgrade and obsolete versions removal [\109](https://github.com/jazzband/django-silk/pull/109) ([auvipy](https://github.com/auvipy))
- Supporting django\<1.8 [\107](https://github.com/jazzband/django-silk/pull/107) ([wm3ndez](https://github.com/wm3ndez))
[0.5.7](https://github.com/jazzband/django-silk/tree/0.5.7) (2016-03-16)
[Full Changelog](https://github.com/jazzband/django-silk/compare/0.5.6...0.5.7)
**Implemented enhancements:**
- Unittesting [\87](https://github.com/jazzband/django-silk/issues/87)
- Add Ascending/Descending sort order GET parameter in RequestsView [\84](https://github.com/jazzband/django-silk/issues/84)
- Support binary response bodies [\1](https://github.com/jazzband/django-silk/issues/1)
**Fixed bugs:**
- TemplateSyntaxError at /silk/ Invalid filter: 'silk\_date\_time' [\82](https://github.com/jazzband/django-silk/issues/82)
**Closed issues:**
- base64 encoded responses break unit tests for Python3 [\98](https://github.com/jazzband/django-silk/issues/98)
- Refactor Unit Tests to test new sort ordering structure. [\96](https://github.com/jazzband/django-silk/issues/96)
- Running tests from the Travis config file fails because of difference in django-admin/manage.py [\91](https://github.com/jazzband/django-silk/issues/91)
- Support for missing URL names in Django 1.8 and 1.9 [\89](https://github.com/jazzband/django-silk/issues/89)
- UnicodeDecodeError in sql.py: leads to 500 internal error [\85](https://github.com/jazzband/django-silk/issues/85)
**Merged pull requests:**
- remove simplejson [\105](https://github.com/jazzband/django-silk/pull/105) ([digitaldavenyc](https://github.com/digitaldavenyc))
- Fixing Depreciation, Saving and Performance Tweaks [\104](https://github.com/jazzband/django-silk/pull/104) ([Wrhector](https://github.com/Wrhector))
- Django 1.9 compatibility for the csrf context processor [\100](https://github.com/jazzband/django-silk/pull/100) ([blag](https://github.com/blag))
- URL patterns are just Python lists for Django 1.9+ [\99](https://github.com/jazzband/django-silk/pull/99) ([blag](https://github.com/blag))
- Refactor Unit Tests to test new sort ordering structure. [\97](https://github.com/jazzband/django-silk/pull/97) ([trik](https://github.com/trik))
- Add Ascending/Descending sort order GET parameter in RequestsView [\95](https://github.com/jazzband/django-silk/pull/95) ([trik](https://github.com/trik))
- Response bodies are now stored b64 encoded \(support for binary responses\). [\94](https://github.com/jazzband/django-silk/pull/94) ([trik](https://github.com/trik))
- Unittests for models [\93](https://github.com/jazzband/django-silk/pull/93) ([Alkalit](https://github.com/Alkalit))
- Conditional migration tests [\92](https://github.com/jazzband/django-silk/pull/92) ([florisdenhengst](https://github.com/florisdenhengst))
- Added support for missing URL names in Django 1.8-1.9. [\90](https://github.com/jazzband/django-silk/pull/90) ([florisdenhengst](https://github.com/florisdenhengst))
- Avoid errors when doing migrate command [\86](https://github.com/jazzband/django-silk/pull/86) ([msaelices](https://github.com/msaelices))
- Namespace templatetags so they don't clash with existing application templatetags [\81](https://github.com/jazzband/django-silk/pull/81) ([lmortimer](https://github.com/lmortimer))
- Added the use of Lambdas in settings.py to the README. [\77](https://github.com/jazzband/django-silk/pull/77) ([bryson](https://github.com/bryson))
[0.5.6](https://github.com/jazzband/django-silk/tree/0.5.6) (2015-09-06)
[Full Changelog](https://github.com/jazzband/django-silk/compare/0.5.5...0.5.6)
**Closed issues:**
- Post-processing static assets fails due to missing font files [\51](https://github.com/jazzband/django-silk/issues/51)
**Merged pull requests:**
- Fixed report handling timing not included in meta-timing [\76](https://github.com/jazzband/django-silk/pull/76) ([rodcloutier](https://github.com/rodcloutier))
- Support UUID in request headers [\75](https://github.com/jazzband/django-silk/pull/75) ([rodcloutier](https://github.com/rodcloutier))
- test on latest django versions in travis [\72](https://github.com/jazzband/django-silk/pull/72) ([nikolas](https://github.com/nikolas))
[0.5.5](https://github.com/jazzband/django-silk/tree/0.5.5) (2015-06-04)
[Full Changelog](https://github.com/jazzband/django-silk/compare/0.5.3...0.5.5)
**Fixed bugs:**
- Pin six.py within silk to avoid version incompatibility. [\70](https://github.com/jazzband/django-silk/issues/70)
**Closed issues:**
- IntegrityError: NOT NULL constraint failed: silk\_request.view\_name [\71](https://github.com/jazzband/django-silk/issues/71)
[0.5.3](https://github.com/jazzband/django-silk/tree/0.5.3) (2015-06-04)
[Full Changelog](https://github.com/jazzband/django-silk/compare/0.5.2...0.5.3)
**Closed issues:**
- null value in column "view\_name" violates not-null constraint [\66](https://github.com/jazzband/django-silk/issues/66)
- Migrations do not work with Django 1.5.9 [\64](https://github.com/jazzband/django-silk/issues/64)
**Merged pull requests:**
- It's not random, is it? [\69](https://github.com/jazzband/django-silk/pull/69) ([peterbe](https://github.com/peterbe))
- Fix issue when view\_name was Null [\67](https://github.com/jazzband/django-silk/pull/67) ([bartoszhernas](https://github.com/bartoszhernas))
[0.5.2](https://github.com/jazzband/django-silk/tree/0.5.2) (2015-04-15)
[Full Changelog](https://github.com/jazzband/django-silk/compare/0.5.1...0.5.2)
**Merged pull requests:**
- Update model\_factory.py [\62](https://github.com/jazzband/django-silk/pull/62) ([karabijavad](https://github.com/karabijavad))
[0.5.1](https://github.com/jazzband/django-silk/tree/0.5.1) (2015-04-08)
[Full Changelog](https://github.com/jazzband/django-silk/compare/0.5...0.5.1)
**Implemented enhancements:**
- UTC time in templates [\49](https://github.com/jazzband/django-silk/issues/49)
**Fixed bugs:**
- AttributeError: This StreamingHttpResponse instance has no `content` attribute [\50](https://github.com/jazzband/django-silk/issues/50)
**Closed issues:**
- Django 1.8 support [\55](https://github.com/jazzband/django-silk/issues/55)
- Should not have to manually add a logger for silk [\53](https://github.com/jazzband/django-silk/issues/53)
[0.5](https://github.com/jazzband/django-silk/tree/0.5) (2015-04-08)
[Full Changelog](https://github.com/jazzband/django-silk/compare/v0.4...0.5)
**Implemented enhancements:**
- 'thread.\_local' object has no attribute 'temp\_identifier' \(should log a warning stating that this is likely a middleware issue\) [\52](https://github.com/jazzband/django-silk/issues/52)
- Check to see if process\_request of SilkyMiddleware has been called, and issue warnings on middleware placement if not [\42](https://github.com/jazzband/django-silk/issues/42)
- Django 1.7 support [\29](https://github.com/jazzband/django-silk/issues/29)
**Fixed bugs:**
- Django 1.5 support broken [\60](https://github.com/jazzband/django-silk/issues/60)
**Closed issues:**
- Tests broken [\61](https://github.com/jazzband/django-silk/issues/61)
- Deploying silk site-wide [\56](https://github.com/jazzband/django-silk/issues/56)
- Migration error [\54](https://github.com/jazzband/django-silk/issues/54)
- Silky doesn't work when django.middleware.gzip.GZipMiddleware is enabled [\43](https://github.com/jazzband/django-silk/issues/43)
- static files not found problem [\41](https://github.com/jazzband/django-silk/issues/41)
- No handlers could be found for logger "silk" [\35](https://github.com/jazzband/django-silk/issues/35)
**Merged pull requests:**
- Add configuration option for custom intercept logic. [\59](https://github.com/jazzband/django-silk/pull/59) ([kkaehler](https://github.com/kkaehler))
- commit\_on\_success -\> atomic, for 1.8, as commit\_on\_success was removed [\58](https://github.com/jazzband/django-silk/pull/58) ([karabijavad](https://github.com/karabijavad))
- Update README.md [\57](https://github.com/jazzband/django-silk/pull/57) ([karabijavad](https://github.com/karabijavad))
- Add a Gitter chat badge to README.md [\48](https://github.com/jazzband/django-silk/pull/48) ([gitter-badger](https://github.com/gitter-badger))
- Tox integration added [\47](https://github.com/jazzband/django-silk/pull/47) ([brmc](https://github.com/brmc))
- Edited ReadMe.md to avoid UnicodeDevodeError [\44](https://github.com/jazzband/django-silk/pull/44) ([brmc](https://github.com/brmc))
- Added utf8 in curl query parameters [\39](https://github.com/jazzband/django-silk/pull/39) ([ilvar](https://github.com/ilvar))
- Revert "Fix errors in manifest file" [\37](https://github.com/jazzband/django-silk/pull/37) ([mtford90](https://github.com/mtford90))
- Fix IntegrityError caused by Request being saved 'None' raw\_body [\36](https://github.com/jazzband/django-silk/pull/36) ([JannKleen](https://github.com/JannKleen))
- Fix errors in manifest file [\34](https://github.com/jazzband/django-silk/pull/34) ([joaofrancese](https://github.com/joaofrancese))
[v0.4](https://github.com/jazzband/django-silk/tree/v0.4) (2014-08-17)
[Full Changelog](https://github.com/jazzband/django-silk/compare/0.3.2...v0.4)
**Closed issues:**
- Live demo link is broken [\30](https://github.com/jazzband/django-silk/issues/30)
**Merged pull requests:**
- Ability to not log every request, optimizations, db\_index, and a management command [\31](https://github.com/jazzband/django-silk/pull/31) ([JoshData](https://github.com/JoshData))
[0.3.2](https://github.com/jazzband/django-silk/tree/0.3.2) (2014-07-22)
[Full Changelog](https://github.com/jazzband/django-silk/compare/0.3.1...0.3.2)
**Fixed bugs:**
- No data profiled [\25](https://github.com/jazzband/django-silk/issues/25)
- Incorrect interface for execute\_sql [\24](https://github.com/jazzband/django-silk/issues/24)
**Closed issues:**
- Don't pin versions in setup.py [\23](https://github.com/jazzband/django-silk/issues/23)
- Ability to clear old runs [\14](https://github.com/jazzband/django-silk/issues/14)
**Merged pull requests:**
- Added tests for \_should\_intercept and fixed bug with requests not being ... [\28](https://github.com/jazzband/django-silk/pull/28) ([mackeian](https://github.com/mackeian))
- Added missing requirement for running tests: mock [\27](https://github.com/jazzband/django-silk/pull/27) ([mackeian](https://github.com/mackeian))
[0.3.1](https://github.com/jazzband/django-silk/tree/0.3.1) (2014-07-05)
[Full Changelog](https://github.com/jazzband/django-silk/compare/0.3...0.3.1)
**Implemented enhancements:**
- Conform to charset flag in Content-Type header of request/response [\20](https://github.com/jazzband/django-silk/issues/20)
- Enhance filtering [\17](https://github.com/jazzband/django-silk/issues/17)
**Fixed bugs:**
- Conform to charset flag in Content-Type header of request/response [\20](https://github.com/jazzband/django-silk/issues/20)
- HttpRequest body has UTF-8 Character causes UnicodeDecodeError ? [\19](https://github.com/jazzband/django-silk/issues/19)
**Closed issues:**
- Problems with `six.moves.urllib` [\22](https://github.com/jazzband/django-silk/issues/22)
- Incorrect string value: '\xCE\xBB, \xCF\x86...' for column 'raw\_body' at row 1 [\21](https://github.com/jazzband/django-silk/issues/21)
- Silk fails on binary staticfiles content [\16](https://github.com/jazzband/django-silk/issues/16)
- Silk's static assets are served from the wrong path [\11](https://github.com/jazzband/django-silk/issues/11)
[0.3](https://github.com/jazzband/django-silk/tree/0.3) (2014-06-17)
[Full Changelog](https://github.com/jazzband/django-silk/compare/V0.2.2...0.3)
[V0.2.2](https://github.com/jazzband/django-silk/tree/V0.2.2) (2014-06-13)
[Full Changelog](https://github.com/jazzband/django-silk/compare/v0.2.2...V0.2.2)
[v0.2.2](https://github.com/jazzband/django-silk/tree/v0.2.2) (2014-06-13)
[Full Changelog](https://github.com/jazzband/django-silk/compare/v0.2...v0.2.2)
**Closed issues:**
- request: timestamp on list of requests [\15](https://github.com/jazzband/django-silk/issues/15)
- AttributeError: 'thread.\_local' object has no attribute 'temp\_identifier' [\12](https://github.com/jazzband/django-silk/issues/12)
[v0.2](https://github.com/jazzband/django-silk/tree/v0.2) (2014-06-12)
[Full Changelog](https://github.com/jazzband/django-silk/compare/v0.1.1...v0.2)
**Fixed bugs:**
- Stacktrace inspector allows users to see any file on the filesystem [\10](https://github.com/jazzband/django-silk/issues/10)
[v0.1.1](https://github.com/jazzband/django-silk/tree/v0.1.1) (2014-06-07)
[Full Changelog](https://github.com/jazzband/django-silk/compare/v0.1...v0.1.1)
**Closed issues:**
- Pip install direct from repo fails [\9](https://github.com/jazzband/django-silk/issues/9)
- urls.py uses incorrect regex expressions [\7](https://github.com/jazzband/django-silk/issues/7)
- requirements.txt must specify exact versions or version upper bounds [\6](https://github.com/jazzband/django-silk/issues/6)
- Switch to PyPI for managing releases [\4](https://github.com/jazzband/django-silk/issues/4)
**Merged pull requests:**
- Ensure README file is properly closed by setup.py [\8](https://github.com/jazzband/django-silk/pull/8) ([svisser](https://github.com/svisser))
- updated readme [\5](https://github.com/jazzband/django-silk/pull/5) ([rosscdh](https://github.com/rosscdh))
[v0.1](https://github.com/jazzband/django-silk/tree/v0.1) (2014-06-06)
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*⏎