Django-clickhouse

Latest version: v1.2.1

Safety actively analyzes 613734 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.2.1

Bug fixes
1. Fixed conflict between `model` parameter and `hints` in `DefaultRouter.allow_migrate(...)` method

1.2.0

Enhancements
1. Added ability to add hints to RunPython and RunSQL migration operations

Bug fixes
1. Fixed issue https://github.com/carrotquest/django-clickhouse/issues/42

1.1.2

Bug fixes
1. Fixed problem when `get_final_version()` could return 2 rows instead of 1 and insert multiple `sign < 0` rows with single `sign > 0`
2. Fixed problem from [PR 37](https://github.com/carrotquest/django-clickhouse/pull/37), when `date_col` is not set for `ClickHouseModel`

1.1.1

Bugfixes
1. Fixed issue when INSTALLED_APPS settings contains AppConfig classes instead of module paths

1.1.0

Features
1. Implemented `clickhouse_migrate` management command
2. Ability to print more verbose output when running `manage.py migrate` django command

1.0.4

Testing
1. Added docker testing environment
2. Moved testing from TravisCI to GitHub Actions

Docs
1. Added development section

Dependencies
1. Optimized dependency installation: removed `six`; `pytz` and `typing` are now installed in old python versions only; `psycopg2` is replaced with `psycopg2-binary` in test requireements.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.