mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
|
Some checks failed
Docs / docs (push) Has been cancelled
Test / ruff-format (push) Has been cancelled
Test / ruff-lint (push) Has been cancelled
Test / build (3.10) (push) Has been cancelled
Test / build (3.11) (push) Has been cancelled
Test / build (3.12) (push) Has been cancelled
Test / build (3.13) (push) Has been cancelled
Test / build (3.14) (push) Has been cancelled
Test / build (3.8) (push) Has been cancelled
Test / build (3.9) (push) Has been cancelled
* Added async logic * Added tests and fixed async deadlock on aset * Used abstract base class for backend to simplify code coverage * Reordered try except block * Added explicit thread safety * Fixed linting error * Worked on redis init block * Fixed async test setup * Added tests for redis instantiation * Fixed linting errors |
||
|---|---|---|
| .. | ||
| backends | ||
| __init__.py | ||
| cache_mockup.py | ||
| redis_mockup.py | ||
| settings.py | ||
| storage.py | ||
| test_admin.py | ||
| test_async.py | ||
| test_checks.py | ||
| test_cli.py | ||
| test_codecs.py | ||
| test_form.py | ||
| test_pytest_overrides.py | ||
| test_test_overrides.py | ||
| test_utils.py | ||
| urls.py | ||