M1ha Shvn
|
c6148d0fb5
|
Merge pull request #8 from carrotquest/docs-and-compatibility
Docs and compatibility
|
2020-02-07 15:33:03 +05:00 |
|
M1ha
|
e01ae4419c
|
Bug in travis config
|
2020-02-07 13:06:23 +05:00 |
|
M1ha
|
7d2d94336c
|
Added more docs
|
2020-02-07 13:05:19 +05:00 |
|
M1ha
|
5cb43ca6cd
|
Converted all typing hints to python 3 style
|
2020-02-07 12:19:53 +05:00 |
|
M1ha
|
210c36a127
|
1. Fixed bulk_update testing issue for django 2.1
2. Added python 3.8 and django 3.0 to travis testing
3. Split requirements.txt and requirements-test.txt
|
2020-02-07 11:14:39 +05:00 |
|
M1ha
|
54923e03bf
|
Fixed issue https://github.com/carrotquest/django-clickhouse/issues/11
|
2020-02-07 11:07:52 +05:00 |
|
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
|
951c13ad7d
|
Added docs about databases and queries
|
2020-02-06 16:17:45 +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 |
|
M1hacka
|
eec99d4d4e
|
Added migrations documentation
|
2019-12-01 17:03:21 +05:00 |
|
M1hacka
|
7b3287cf5c
|
Added some docs
|
2019-12-01 13:33:43 +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
|
9e4fc1e88e
|
Merge branch 'docs-and-compatibility' of https://github.com/carrotquest/django-clickhouse into docs-and-compatibility
|
2019-10-04 18:00:42 +05:00 |
|
M1ha
|
ade6586ddf
|
Merge branch 'master' into docs-and-compatibility
|
2019-10-04 18:00:29 +05:00 |
|
M1ha
|
0751c67ce7
|
Added tests and fixes for bulk_create_returning and save_returning
|
2019-10-04 17:58:24 +05:00 |
|
M1ha
|
a39a04fa52
|
Added tests and fixes for bulk_create_returning and save_returning
|
2019-10-04 17:54:47 +05:00 |
|
M1hacka
|
335fcc634a
|
Merge branch 'master' of https://github.com/carrotquest/django-clickhouse into docs
|
2019-09-16 21:25:32 +05:00 |
|
M1hacka
|
9a9b273081
|
Bug in docs
|
2019-09-16 21:22:53 +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
|
446494af92
|
Added method to flush single import_key in storage
|
2019-07-24 09:57:01 +05:00 |
|
M1ha
|
a51cc81db2
|
Added method to flush single import_key in storage
|
2019-07-24 09:52:54 +05:00 |
|
M1ha
|
635f3d9a42
|
Fixed setup.py requirements
|
2019-07-23 15:27:49 +05:00 |
|
M1ha
|
842f43b242
|
Added method to flush single import_key in storage
|
2019-07-15 17:43:36 +05:00 |
|
M1ha
|
85a785eb59
|
Opportunity to pass database data as strings without formatting
|
2019-07-15 16:56:16 +05:00 |
|
M1ha Shvn
|
007ff70d5e
|
Merge pull request #6 from carrotquest/travis
Travis testing
|
2019-06-28 13:56:29 +05:00 |
|
M1ha
|
37712b4156
|
Fixing test bug
|
2019-06-28 13:33:22 +05:00 |
|
M1ha
|
8b9e2332db
|
Searching bug in datetime
|
2019-06-28 13:10:29 +05:00 |
|
M1ha
|
e99c6a1db3
|
Removed test on clickhouse timezone offset
as it doesn't work in different time zones
|
2019-06-28 12:21:08 +05:00 |
|
M1ha
|
a3e8d71bd8
|
Fix issue https://github.com/carrotquest/django-clickhouse/issues/1
|
2019-06-28 11:29:15 +05:00 |
|
M1ha
|
355b8c7321
|
Fix python 3.6 namedtuple compatibility
|
2019-06-28 11:09:17 +05:00 |
|
M1ha
|
8a581f27db
|
Install not required redis
|
2019-06-27 17:22:40 +05:00 |
|
M1ha
|
2f4dbdc151
|
Test on latest clickhouse version
|
2019-06-27 17:18:42 +05:00 |
|
M1ha
|
3c5f705ef5
|
Test on latest clickhouse version
|
2019-06-27 17:14:32 +05:00 |
|
M1ha
|
5a01aab334
|
Bugfix in config
|
2019-06-27 17:12:39 +05:00 |
|
M1ha
|
1093dfdc04
|
Bugfix in config
|
2019-06-27 17:08:19 +05:00 |
|
M1ha
|
49a3018d03
|
Bugfix in config
|
2019-06-27 17:04:36 +05:00 |
|
M1ha
|
29988649f5
|
Bugfix in config
|
2019-06-27 16:58:22 +05:00 |
|
M1ha
|
b5c0567c78
|
Bugfix in installing migrations
|
2019-06-27 16:51:26 +05:00 |
|
M1ha
|
04c5ba292a
|
Bugfix in installing migrations
|
2019-06-27 16:41:25 +05:00 |
|
M1ha
|
73bcaf29f0
|
Travis testing
|
2019-06-26 18:27:57 +05:00 |
|
M1ha
|
fafcbe4c93
|
Fixed python 3.7 compatibility issues
|
2019-06-26 12:24:46 +05:00 |
|
M1ha
|
ae253e0587
|
Багфиксы совместимости с python 3.7
|
2019-06-25 18:10:04 +05:00 |
|