------------------- + Added 'command_makemigrations' fixture. + Added 'conf_app_name' fixture (see 17). + Fixture 'template_context' now accepts a username.
1.0.0
------------------- ! Dropped support for Django 1.7. ! Dropped support for Py2. Py3.6+ specific syntax is introduced. Code update may be required. + Introduced new 'check_migrations' fixture.
0.15.2
-------------------- ! Dropped QA for Python 2.7 and 3.5. ! This version is the last featuring Python 2 and 3.5 support. * Ignore temporary attributes from project settings module (see 21).
0.15.1
-------------------- * Made Django 3.2 compatible.
0.15.0
-------------------- + Fixture 'request_client' now accepts 'json' argument to encode post data.
0.14.0
-------------------- + Added support for testing entire Django projects (requires Py 3). * Added QA for Py3.8 and Django 3.0.