Releases: noripyt/django-cachalot
Releases · noripyt/django-cachalot
v2.4.4
What's Changed
- Handle queryset implementations without lhs/rhs attribute by @sumpfralle in #204
- Add Python 3.10 Support (fixes #205) by @Andrew-Chen-Wang in #206
New Contributors
- @sumpfralle made their first contribution in #204
Full Changelog: v2.4.3...v2.4.4
v2.4.3
v2.4.2
Remove duplicate code _find_rhs_lhs_subquery (#190)
v2.4.1
Update setup.py meta and README with constraint [ci skip]
v2.4.0
Update README with compatibility needs [ci skip]
v2.3.5
v2.3.5
v2.3.4
v2.3.4
v2.3.3
* Fix a comment block disabling incorrectly RST form for cachalot_disabled * Update CHANGELOG.rst * Several points did I incorrectly say that 50 modifications per second was too much. It was supposed to say minute. You'd have to have a LARGE website to really get to that point since inserts from an external DB would typically take a 250-1000ms/1s per INSERT/UPDATE * Add Python 3.9 support in the docs and setup.py * Move chat to Discord and reflect in the docs
v2.3.2
v2.3.1
- Added Django 3.1 support, in addition to the new, native JSONField