django-cachalot

No effort, no worry, maximum performance.

BSD-3-CLAUSE License

Downloads
96.3K
Stars
1.2K
Committers
32

Bot releases are hidden (Show)

django-cachalot - v2.6.2 Latest Release

Published by Andrew-Chen-Wang 9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/noripyt/django-cachalot/compare/v2.6.1...v2.6.2

django-cachalot - v2.6.1

Published by Andrew-Chen-Wang about 1 year ago

Hot fix for v2.6 minor version

django-cachalot - v2.6.0

Published by Andrew-Chen-Wang about 1 year ago

  • 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
django-cachalot - v2.5.3

Published by Andrew-Chen-Wang over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/noripyt/django-cachalot/compare/v2.5.2...v2.5.3

django-cachalot - v2.5.2

Published by Andrew-Chen-Wang about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/noripyt/django-cachalot/compare/v2.5.1...v2.5.2

django-cachalot - v2.5.1

Published by Andrew-Chen-Wang over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/noripyt/django-cachalot/compare/v2.5.0...v2.5.1

django-cachalot - v2.5.0

Published by Andrew-Chen-Wang almost 3 years ago

What's Changed

Full Changelog: https://github.com/noripyt/django-cachalot/compare/v2.4.5...v2.5.0

django-cachalot - v2.4.5

Published by Andrew-Chen-Wang almost 3 years ago

What's Changed

Full Changelog: https://github.com/noripyt/django-cachalot/compare/v2.4.4...v2.4.5

django-cachalot - v2.4.4

Published by Andrew-Chen-Wang almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/noripyt/django-cachalot/compare/v2.4.3...v2.4.4

django-cachalot - v2.4.3

Published by Andrew-Chen-Wang about 3 years ago

  • 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
django-cachalot - v2.4.2

Published by Andrew-Chen-Wang over 3 years ago

django-cachalot - v2.4.1

Published by Andrew-Chen-Wang over 3 years ago

django-cachalot - v2.4.0

Published by Andrew-Chen-Wang over 3 years ago

django-cachalot - v2.3.5

Published by Andrew-Chen-Wang over 3 years ago

django-cachalot -

Published by Andrew-Chen-Wang over 3 years ago

django-cachalot - v2.3.3

Published by Andrew-Chen-Wang almost 4 years ago

django-cachalot -

Published by Andrew-Chen-Wang about 4 years ago

  • Cast memoryview objects to bytes to be able to pickle them (#163)
django-cachalot - v2.3.1

Published by Andrew-Chen-Wang about 4 years ago

  • Added Django 3.1 support, in addition to the new, native JSONField
django-cachalot - v2.3.0

Published by Andrew-Chen-Wang about 4 years ago

  • Dropped Python 2.7 and Django 1.11
  • Added context manager for temporarily disabling cachalot
  • Fix subquery usage
django-cachalot -

Published by Andrew-Chen-Wang over 4 years ago

  • Dropped Python 2.7 and Django 1.11
  • Added fix for subqueries from Django 2.2