------------------
New Features:
- Python 3 compatibility. Note that the latest offical release of
robotframework-selenium2library is currently not compatible with Python 3.
See https://github.com/HelioGuilherme66/robotframework-selenium2library/releases for a working pre-release and details.
[timo]
- Support for Postgres added. All Django database backends should work.
We test SQLite and Postgres only though.
[timo]
- Add 'Factory Boy' keyword. This allows us to use factory_boy factories in
Robot Framework tests.
[timo]
Breaking Changes:
- Drop Django 1.7.x support. We test and support Django 1.8.x and 1.9.x.
[timo]
- Change 'Clear DB' implementation to use "python manage.py flush" instead of
deleting and re-building the database.
[timo]
- Remove 'Debug' and 'Pause' keywords. The 'Debug' keyword, which is
provided by robotframework-debuglibrary is sufficient.
[timo]