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


v0.4.1
------
* Added mock package adaptive autoinstall.


v0.4.0
------
+ Introduced 'command_run' fixture.
* Removed six dependency.


v0.3.2
------
* Added STATIC_URL default.


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.