Skip to content

Commit

Permalink
Up to 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Suor committed May 3, 2021
1 parent 0608485 commit e2f60db
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
6.0
- support and test against Python 3.9 and Django 3.1/3.2
- added custom serializers support (thx to Arcady Usov)
- support callable extra in @cached_as() and friends
- made simple cache obey prefix
- skip JSONFields for purposes of invalidation
- configure skipped fields by internal types, classes still supported
- handle `DatabaseError` on transaction cleanup (Roman Gorbil)
- do not query old object if cacheops is disabled
- do not fetch deferred fields during invalidation, fixes #387
Backwards incompatible changes:
- callable `extra` param, including type, now behaves differently
- simple cache now uses prefix

5.1
- support subqueries in annotations (Jeremy Stretch)
- included tests into distro (John Vandenberg)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='django-cacheops',
version='5.1',
version='6.0',
author='Alexander Schepanovski',
author_email='[email protected]',

Expand Down

0 comments on commit e2f60db

Please sign in to comment.