Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Suor committed Mar 12, 2024
1 parent a97c521 commit 0c8cdda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Backwards incompatible changes:
- .iterator() is never cached now
- invalidate_all() works immediately even in transaction
- @cached_as(timeout=0) no longer means timeout is ignored/derived from querysets,
user timeout=None instead.
use timeout=None instead.

3.2.1
- fixed CACHEOPS_DEGRADE_ON_FAILURE=True
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ CAVEATS
more granular.
2. Conditions on TextFields, FileFields and BinaryFields don't make it either.
One should not test on their equality anyway. See `CACHEOPS_SKIP_FIELDS` though.
3. Update of "selected_related" object does not invalidate cache for queryset.
3. Update of "select_related" object does not invalidate cache for queryset.
Use ``.prefetch_related()`` instead.
4. Mass updates don't trigger invalidation by default. But see ``.invalidated_update()``.
5. Sliced queries are invalidated as non-sliced ones.
Expand Down

0 comments on commit 0c8cdda

Please sign in to comment.