pytest-djangoapp changelog
==========================


v0.3.1
------
* Fixed test client work on Django < 2.0.


v0.3.0
------
+ Introduced 'request_client' fixture.
+ Introduced 'request_post' fixture.
+ Introduced 'user' shortcut fixture.


v0.2.0
------
+ Improved test discovery.
+ Introduced 'template_strip_tags' fixture.


v0.1.0
------
+ Basic functionality.