* WRunner now supports creating a temporary directory for MEDIA_ROOT and removing it on exit
0.14
* removed Django 1.8, 1.9 compatability (may still work, no longer tested) * added Django 1.11 compatability * added python 3.6 compatability * 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
0.11
Not secure
* Added messages_from_response() helper in waelsteng which pulls contrib.message objects out of a response from client.get() or client.post()