Releasing v1.0.2

This commit is contained in:
Itai Shirav 2018-08-21 16:01:10 +03:00
parent a0e602f0b2
commit 298927d631
2 changed files with 8 additions and 1 deletions

View File

@ -1,7 +1,7 @@
Change Log Change Log
========== ==========
Unreleased v1.0.2
---------- ----------
- Include alias and materialized fields in queryset results - Include alias and materialized fields in queryset results
- Check for database existence, to allow delayed creation - Check for database existence, to allow delayed creation

View File

@ -45,6 +45,13 @@ Creates the database on the ClickHouse server if it does not already exist.
Creates a table for the given model class, if it does not exist already. Creates a table for the given model class, if it does not exist already.
#### does_table_exist(model_class)
Checks whether a table for the given model class already exists.
Note that this only checks for existence of a table with the expected name.
#### drop_database() #### drop_database()