Commit Graph

29 Commits

Author SHA1 Message Date
M1ha
f9e33a6845 Fixed issue https://github.com/carrotquest/django-clickhouse/issues/9 2020-02-07 10:49:49 +05:00
M1ha
818704989b Fixed issue https://github.com/carrotquest/django-clickhouse/issues/4 2020-02-06 18:57:49 +05:00
M1ha
f2dc978634 Added more docs 2020-02-06 13:39:56 +05:00
M1hacka
c0afa7b53a Merge remote-tracking branch 'origin/master' into docs
# Conflicts:
#	src/django_clickhouse/models.py
2019-12-01 17:07:02 +05:00
M1ha
4589230c97 Bugfix for old django, expecting manager to be instance of models.Manager 2019-10-16 10:28:59 +05:00
M1ha
746321e6b6 Bugfix for old django, expecting manager to be instance of models.Manager 2019-10-16 10:27:29 +05:00
M1ha
c58ed24187 Bugfix for old django, expecting manager to be instance of models.Manager 2019-10-16 10:27:19 +05:00
M1ha
9d8bdb74b9 Bugfix for old django, expecting manager to be instance of models.Manager 2019-10-15 18:13:42 +05:00
M1ha
fac7945ba5 Bugfix for old django, expecting manager to be instance of models.Manager 2019-10-15 18:13:14 +05:00
M1ha
a39a04fa52 Added tests and fixes for bulk_create_returning and save_returning 2019-10-04 17:54:47 +05:00
M1ha
6493373c8f Bugfix in QuerySetMixin inheritance 2019-09-11 15:35:43 +05:00
M1ha
0f1364b2b8 Bugfix in QuerySetMixin inheritance 2019-09-11 15:34:37 +05:00
M1ha
5f218d0da0 Фикс менеджера 2019-09-06 11:49:00 +05:00
M1ha
241618d8ca Test if post_save is called 2019-01-23 12:48:18 +05:00
M1ha
c934ff4df5 Bugfix 2019-01-23 10:34:27 +05:00
M1ha
882930a3a8 Added query time statsd timer 2019-01-23 10:32:11 +05:00
M1ha
33dea53aa2 Bugfix in getting empty sync models 2019-01-09 15:36:56 +05:00
M1ha
682c004ba4 Bugfix in getting sync models 2019-01-09 15:14:53 +05:00
M1ha
76b01c13de Fix multiple model registration 2018-12-19 13:15:42 +05:00
M1ha
2cc742214a Bugfix 2018-12-13 11:55:26 +05:00
M1ha
762c1aa10d 1) Fixed SyncKillTest
2) Added some logs
2018-11-29 19:10:41 +05:00
M1ha
abe0ae45c5 Added QuerySet that determines db with router help.
Added using(), create(), bulk_create(), all() methods to QuerySet
2018-11-28 15:30:19 +05:00
M1ha
084c218d2a Added tests on 2018-11-21 17:10:35 +05:00
M1ha
8e9963ad3b Added sync mechanism without tasks, but not tested as no migrations 2018-11-15 16:50:38 +05:00
M1ha
7c39bd5c84 BUG comment on update 2018-11-15 13:03:24 +05:00
M1ha
c6da379be7 1) Tests for ClickHouseSyncModel
2) Bugfixes in ClickHouseSyncModel
2018-11-15 13:02:05 +05:00
M1ha
0967614318 Django models and managers refactoring, but not tested 2018-11-14 15:18:06 +05:00
M1ha
bac333d03a 1) RedisStorage and tests for it
2) Some fixes
2018-11-14 12:52:01 +05:00
M1ha
2a9567d27f Initial commit 2018-11-12 20:20:51 +05:00