0.3.3 (2021-04-08)
------------------

- Updated dependencies so that it is compatible with Django 3.

0.3.2 (2019-08-30)
------------------

- Fixed SeleniumTestCase.selenium.login(), which wasn't working in
  current Python/Django/Chrome versions.

0.3.1 (2019-05-12)
------------------

- Updated to current Python and Django versions.

0.3.0 (2017-05-23)
------------------

- The logic has changed. Selenium is started at the beginning of the
  SeleniumTestCase and is closed at the end. This means that the browser
  is closed and re-opened between test cases. There is no longer a
  global selenium variable; instead, SeleniumTestCase has a selenium
  attribute.

0.2.4 (2017-05-22)
------------------

- Termination is now more robust.
- Workaround a ghostdriver bug that prevents PhantomJS from terminating.

0.2.3 (2017-05-22)
------------------

- The module can now be imported before setting up Django.

0.2.1 (2015-11-17)
------------------

- Fixed login(), which was broken on Firefox 42.

0.2.0 (2015-09-30)
------------------

- Added PageElement.wait_until_[not_]contains() methods.
- SeleniumTestCase now derived from StaticLiveServerTestCase.

0.1.0 (2015-09-03)
------------------

- Initial release
