Added
- Add official support for Hypernova SSR service
- Add attribute “no_placeholder” when you want to skip the DRTT provided placeholder
Fixed
- Add official Django 3 support (niespodd, marteinn)
- Remove context_processor required to run library (niespodd)
- Solve issue with requests import (Aria Moradi)
- Use unit.patch instead of responses to mock requests (Umair)
Removed
- Drop Django 1 support
- Drop pypy support