- Update quickstart.rst (240) - Fix model multiple choice preference to react correctly to deletion handler (244) - fix 234 (235) - Fix compatibility issues with python 3.10 and django 4.0 (236) - Fixed a typo in documentation (229) - Add polish translation (227) - Fix the typos in the comments and documents (225) - Update forms docs (224)
1.10.1
*******************
- Fix django 3.0 and 3.1 compat (218) - Generated missing user migrations (221) - Dropped support for python 2 and Django 1.11 - Updated test matrix
Contributors:
- Natureshadow - agateblue
1.10
*****************
- Add MultipleChoicePreference (21)
Contributors:
- Natureshadow
1.9
****************
- Emit signal when a preference is updated (207) - Pass instance provided in form builder to manager (212) - Use PreferencesManager for saving preferences in forms (211) - Fixed wrong filename when using FilePreference and saving multiple times (198) - Fixed broken compat with restframework 3.11 (200) - Fixed typo in documentation (204)
- Add time preference type (187) - Fix dependency conflict for issue (183) - fix(migrations): add missing `verbose_name` (184) - Fix crash: 'NoneType' object has no attribute 'name' (190) - Test under Django 2.2 and Python 3.7