* Support for Django 2.0 * no longer test for Django 1.10 (should work, not tested)
0.15
* WRunner now supports creating a temporary directory for MEDIA_ROOT and removing it on exit
0.14
* removed Django 1.8, 1.9 compatibility (may still work, no longer tested) * added Django 1.11 compatibility * added python 3.6 compatibility * added Choices object * easy way of creating django's tuple-of-tuple structure used in choices lists, etc. * added QuerySetChain: a query set that chains other querysets together
0.13
Not secure
* added support for python 3.5
0.12
Not secure
* added support for Django 1.10
0.11.1
Not secure
* improved handling of messages_from_response() so that it can deal with responses without contexts but with the message cookie set