We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c12a97 commit ded92f7Copy full SHA for ded92f7
tests/test_backend.py
@@ -21,7 +21,7 @@
21
22
@pytest.fixture
23
def patch_itersize_setting() -> Iterable[None]:
24
- # destroy cache to force recreation with overriden settings
+ # destroy cache to force recreation with overridden settings
25
del caches["default"]
26
with override_settings(DJANGO_VALKEY_SCAN_ITERSIZE=30):
27
yield
0 commit comments