.. |
sample_migrations
|
Missing brackets
|
2017-10-30 15:51:10 +02:00 |
__init__.py
|
migrations support
|
2016-07-05 16:20:18 +03:00 |
base_test_with_data.py
|
minor improvements in error handling and testing
|
2018-05-10 15:24:38 +03:00 |
test_alias_fields.py
|
Include unicode_literals
|
2017-08-20 10:37:11 +03:00 |
test_array_fields.py
|
Add validation of array field's inner field
|
2018-08-13 08:36:01 +03:00 |
test_buffer.py
|
Include unicode_literals
|
2017-08-20 10:37:11 +03:00 |
test_custom_fields.py
|
Added documentation about custom fields
|
2017-10-31 11:36:17 +02:00 |
test_database.py
|
Python 3 compatibility
|
2018-06-10 16:17:35 +03:00 |
test_datetime_fields.py
|
1) Added a test on https://github.com/Infinidat/infi.clickhouse_orm/issues/66
|
2018-04-20 12:38:36 +05:00 |
test_engines.py
|
minor improvements in error handling and testing
|
2018-05-10 15:24:38 +03:00 |
test_enum_fields.py
|
Include unicode_literals
|
2017-08-20 10:37:11 +03:00 |
test_fixed_string_fields.py
|
Include unicode_literals
|
2017-08-20 10:37:11 +03:00 |
test_inheritance.py
|
Merge branch 'custom_partitioning' of https://github.com/carrotquest/infi.clickhouse_orm into carrotquest-custom_partitioning
|
2018-04-21 13:04:19 +03:00 |
test_join.py
|
enable skipped JOIN test
|
2017-10-03 13:26:08 +04:00 |
test_materialized_fields.py
|
Include unicode_literals
|
2017-08-20 10:37:11 +03:00 |
test_migrations.py
|
Test migration of a new array field
|
2018-08-13 08:35:26 +03:00 |
test_models.py
|
show field name in error when invalid value assigned
|
2017-10-10 15:30:37 +04:00 |
test_nullable_fields.py
|
Added a test for isinstance and fixed a bug
|
2018-07-05 16:36:51 +03:00 |
test_querysets.py
|
fix field name parsing when field contains double underscore #69
|
2018-06-10 14:27:51 +03:00 |
test_readonly.py
|
- Rename Model.system to Model._system to prevent collision with a column that has the same name
|
2018-05-14 07:09:57 -04:00 |
test_simple_fields.py
|
allow ISO 8601 compliant values in DateTimeField
|
2017-10-03 13:26:00 +04:00 |
test_system_models.py
|
- Rename Model.system to Model._system to prevent collision with a column that has the same name
|
2018-05-14 07:09:57 -04:00 |