Releases: theatlantic/django-selenosis
Releases · theatlantic/django-selenosis
v2.0.4
Full Changelog: v2.0.3...v2.0.4
- Incorporate the fix for Django bug #29062: "database table locked errors" when using sqlite in-memory database with LiveServerTestCase for Django versions below 4.1
v2.0.3
Full Changelog: v2.0.2...v2.0.3
- feat: Allow the selenosis driver to be set with the environment variable
SELENOSIS_DRIVER
v2.0.2
Full Changelog: v2.0.1...v2.0.2
- feat: Allow customization of the django liveserver address with
DJANGO_LIVE_TEST_SERVER_ADDRESS