Skip to content

v0.2.0

Choose a tag to compare

@jmitchel3 jmitchel3 released this 26 Jun 19:56

Added

  • First-party Django 5.2+ support behind the optional timescaledb[django] extra.
  • New timescaledb.django namespace with app config, model shims, Timescale-aware fields, querysets, ORM expressions, and a PostgreSQL backend.
  • Django migration operations for TimescaleDB extension activation, hypertables, retention policies, legacy compression, Hypercore columnstore, and continuous aggregates.
  • Django ORM helpers for time_bucket, time_bucket_gapfill, histogram, first, last, locf, and interpolate.
  • Django timeseries dashboard sample project with TimescaleDB migrations, seed data, raw readings, and rollup endpoints.
  • Deterministic Django SQL-generation tests plus a live TimescaleDB integration test for the custom backend, migrations, and ORM helpers.

Changed

  • Replaced the old public Django recommendation with first-party Django integration documentation.
  • Verified 100% branch coverage for the package.