Skip to content

Releases: noripyt/django-cachalot

v2.4.4

03 Nov 19:11
a9c5d4d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.3...v2.4.4

v2.4.3

23 Aug 14:56
c8d6af5
Compare
Choose a tag to compare
  • Fix annotated Now being cached (#195)
  • Fix conditional annotated expressions not being cached (#196)
  • Simplify annotation handling by using the flatten method (#197)
  • Fix Django 3.2 default_app_config deprecation (#198)
  • (Internal) Pinned psycopg2 to <2.9 due to Django 2.2 incompatibility

v2.4.2

17 Jun 04:00
9d52865
Compare
Choose a tag to compare
Remove duplicate code _find_rhs_lhs_subquery (#190)

v2.4.1

13 May 16:57
Compare
Choose a tag to compare
Update setup.py meta and README with constraint [ci skip]

v2.4.0

13 May 05:31
70e970e
Compare
Choose a tag to compare
Update README with compatibility needs [ci skip]

v2.3.5

01 Apr 17:53
Compare
Choose a tag to compare
v2.3.5

v2.3.4

23 Mar 03:13
Compare
Choose a tag to compare
v2.3.4

v2.3.3

09 Nov 03:25
Compare
Choose a tag to compare
* 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

16 Sep 13:58
Compare
Choose a tag to compare
  • Cast memoryview objects to bytes to be able to pickle them (#163)

v2.3.1

10 Aug 21:19
Compare
Choose a tag to compare
  • Added Django 3.1 support, in addition to the new, native JSONField