django-clickhouse/src/django_clickhouse
2019-01-30 10:03:38 +05:00
..
__init__.py Added QuerySet that determines db with router help. 2018-11-28 15:30:19 +05:00
clickhouse_models.py Speed up get_final_versions 2019-01-24 17:47:52 +05:00
configuration.py Created separate from infi MigrationHistory in order to: 2018-12-18 18:28:23 +05:00
database.py Speed up get_final_versions 2019-01-24 17:47:52 +05:00
engines.py Fix bug in version column if it is renamed 2019-01-30 10:03:38 +05:00
exceptions.py 1) Finished sync celery tasks. 2018-11-20 17:24:15 +05:00
migrations.py Fix error on migration, 2019-01-21 12:35:44 +05:00
models.py Test if post_save is called 2019-01-23 12:48:18 +05:00
query.py Refactoring 2018-12-13 10:52:38 +05:00
redis.py 1) Fixed SyncKillTest 2018-11-29 19:10:41 +05:00
routers.py Changed migrations routing, dividing it into replicated and not replicated operations 2018-12-18 15:45:10 +05:00
serializers.py Speed up get_final_versions 2019-01-24 17:47:52 +05:00
storages.py Changed RedisLock blocking alogrythm, so it doesn't wait, 2019-01-25 13:47:26 +05:00
tasks.py Fix need_sync period 2019-01-24 11:14:19 +05:00
utils.py Made redis storage a singleton in order to reduce number of connections 2019-01-23 17:01:10 +05:00