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


v0.9.0
------
+ 'configure_djangoapp_plugin()' now accepts 'admin_contrib' argument.
+ 'request_client' fixture now accepts 'user' argument for easy auth.
+ Added 'compat' module with 'get_urlpatterns()' helper.
+ User password is now accessible via 'password_plain' attribute of user objects created with fixtures.


v0.8.0
------
+ Added 'mail_outbox' fixture.


v0.7.1
------
* Fixed 'extend_' prefixed args handling in old Django versions.


v0.7.0
------
+ 'configure_djangoapp_plugin()' now accepts 'extend_' prefixed args.


v0.6.0
------
+ 'request_client' and 'request_factory' and co fixtures now accept 'ajax' argument.


v0.5.0
------
+ 'settings' fixture now can be used as a context manager.


v0.4.2
------
* Improved templatetags compatibility for 1.8, 1.9.


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.