Skip to content

Commit 1487bf8

Browse files
authored
Feature full fields (#6)
add fields support test for all supported python version and django version fix date lookup bugs when TIME_ZONE = None, add documentation for fields.
1 parent 06deb36 commit 1487bf8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+5855
-6020
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
.idea
2+
.tox
23
venv
34
**/__pycache__
45
django_clickhouse_backend.egg-info
56
build
67
dist
7-
tests/unsupported/
8+
tests/unsupported/
9+
example/testapp/migrations/[0-9]*
42.3 KB
Binary file not shown.
42.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)