* Make progressbar2 an optional dependency * Resolve deprecation errors and add Django 3.2 CI suite * Improve dist packages and version classifiers
5.2.1
* Fix 224 -- delete_orphans independent from blank (225)
5.2.0
* Drop multiprocessing in `rendervariations` command. It is preferred to use asynchronous renders and to perform image rendering on optimized workers. Therefore, using multiprocessing to simply queue tasks adds more errors than it does good. * Update CI setup to latest Django & Python version support
5.1.1
* Set file stream cursor to zero position after running validators (218)