django-clickhouse/src/django_clickhouse
2021-07-07 17:43:15 +05:00
..
__init__.py Added QuerySet that determines db with router help. 2018-11-28 15:30:19 +05:00
clickhouse_models.py 1. Added debug logs for sync process 2021-03-31 18:22:45 +05:00
compatibility.py Fixed issue https://github.com/carrotquest/django-clickhouse/issues/9 2020-02-07 10:49:49 +05:00
configuration.py Converted all typing hints to python 3 style 2020-02-07 12:19:53 +05:00
database.py Fix linter errors 2021-07-07 17:43:15 +05:00
engines.py Fix linter errors 2021-07-07 17:37:07 +05:00
exceptions.py 1) Finished sync celery tasks. 2018-11-20 17:24:15 +05:00
migrations.py Fixed import compatibility with new version on infi.clickhouse-orm 2020-06-03 11:17:20 +05:00
models.py Fix linter errors 2021-07-07 17:43:15 +05:00
query.py Converted all typing hints to python 3 style 2020-02-07 12:19:53 +05:00
redis.py Trying to fix queue monitoring increment bug 2019-02-06 17:47:54 +05:00
routers.py Converted all typing hints to python 3 style 2020-02-07 12:19:53 +05:00
serializers.py Fix linter errors 2021-07-07 17:43:15 +05:00
storages.py 1. Added debug logs for sync process 2021-03-31 18:22:45 +05:00
tasks.py 1. Added debug logs for sync process 2021-03-31 18:22:45 +05:00
utils.py Fixed django database connection leaking in child threads 2021-03-31 18:35:00 +05:00