Skip to content

Releases: noripyt/django-cachalot

v2.6.2

11 Jan 06:46
6df9704
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.6.1...v2.6.2

v2.6.1

21 Jul 22:18
8840cfe
Compare
Choose a tag to compare

Hot fix for v2.6 minor version

v2.6.0

21 Jul 09:55
2697986
Compare
Choose a tag to compare
  • Dropped Django 2.2 and 4.0 support
  • Added Django 4.2 and Python 3.11 support
  • Added psycopg support (#229)
  • Updated tests to account for the BEGIN and COMMIT query changes in Django 4.2
  • Standardized django version comparisons in tests

v2.5.3

13 Mar 09:02
c955d1b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5.2...v2.5.3

v2.5.2

27 Aug 22:59
52406ec
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5.1...v2.5.2

v2.5.1

24 Feb 23:42
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5.0...v2.5.1

v2.5.0

14 Jan 23:32
9ba75c2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.5...v2.5.0

v2.4.5

08 Dec 00:01
f1087da
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.4...v2.4.5

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