mirror of
https://github.com/Infinidat/infi.clickhouse_orm.git
synced 2025-12-10 03:13:54 +03:00
- Rename `Model.readonly` to `Model._readonly` to prevent collision with a column that has the same name - The `field_names` argument to `Model.to_tsv` is now mandatory |
||
|---|---|---|
| .. | ||
| sample_migrations | ||
| __init__.py | ||
| base_test_with_data.py | ||
| test_alias_fields.py | ||
| test_array_fields.py | ||
| test_buffer.py | ||
| test_custom_fields.py | ||
| test_database.py | ||
| test_datetime_fields.py | ||
| test_engines.py | ||
| test_enum_fields.py | ||
| test_fixed_string_fields.py | ||
| test_inheritance.py | ||
| test_join.py | ||
| test_materialized_fields.py | ||
| test_migrations.py | ||
| test_models.py | ||
| test_nullable_fields.py | ||
| test_querysets.py | ||
| test_readonly.py | ||
| test_simple_fields.py | ||
| test_system_models.py | ||