CHANGELOG

1.0.0 (2021-07-11)

  • Adapted to AnyBlok >= 1.1

0.2.3 (2021-07-11)

  • Freezed version of AnyBlok < 1.1.0

0.2.2 (2019-10-31)

  • Fixed, the dependencies of pyscopg is removed

0.2.1 (2019-09-16)

  • Removed python 3.4 capability
  • Removed extra dependencies, let at the user, the choice of the driver to use

0.2.0 (2019-06-25)

  • Added columns for built-in range types: PR #2 by @gracinet
  • Added Materialized view factory: PR #1
  • Fixed when the model have more than one primary key, the query to get the old value was wrong

0.1.0 (2018-01-26)

  • Added Jsonb column
  • Added LargeObject column