v0.15.6
·
251 commits
to release-v0.15.x
since this release
What's Changed
Added
- Check node being available on filtered queryset to prevent index error. by @rtibbles in #9539
- Force translations in bulk export/import of user data by @jredrejo in #9557
- Ensure peer import and sync tasks for data and content work with servers using a prefix path by @rtibbles in #9533
Changed
- Changes in 0.15.x to use kolibri with external plugins by @jredrejo in #9543
- Don't use multiprocessing for downloads. by @rtibbles in #9560
Fixed
- Update morango and stop locking sync when db backend is postgres by @bjester in #9556
- Improve facility sync status reporting to users by @MisRob in #9541
- Fix show more of top level resources by @marcellamaki in #9555
- Clean up theme regressions by @rtibbles in #9558
- Move CACHES import into function scope to prevent side effects. by @rtibbles in #9561