------ * Fix `super` call in `BaseAPIRequestTestCase`
3.1.1
------ * Fix bug with DummyStorage object not being iterable when calling render().
3.1.0
------ * Add `IntegrationTestCase` for testing rendered HTML pages. * Replace `APIRequestTestCase` with `BaseRequestTestCase`. Technically backwards-incompatible, but is essentially a bugfix from v3.0.0.
3.0.0
------ * Replace `UserFactory` with `BaseUserFactory`. * Remove `FACTORY_FOR` from `BaseUserFactory`. * Replace `RequestTestCase` with `BaseRequestTestCase`. * `BaseRequestTestCase` requires an explicit `user_factory` to be set when subclassing.
2.1.0
------ * Add ability to override urlconf when using `assert_url_matches_view`.
2.0.1
------ * Add `compat.DJANGO_LT_15` and `compat.DJANGO_LT_16`.