Skip to content

Latest commit

 

History

History
68 lines (54 loc) · 2 KB

CHANGELOG.md

File metadata and controls

68 lines (54 loc) · 2 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

Unreleased

Changed

  • Python >=3.9 required

1.6 - 2023-11-04

Changed

  • Python >=3.8 required
  • Django >=4.2 required

1.5 - 2022-08-03

Changed

  • Django >=3.2 required

1.4 - 2021-12-04

  • Python >=3.7 required
  • Django 4 support

1.3 - 2021-04-03

  • Django 3.2 support

1.2 - 2020-08-04

  • Python >=3.6 required
  • Django >=2.2 required

1.1 - 2019-12-01

  • Django 3 support

1.0 - 2019-04-01

  • Update related methods moved with deprecation warnings
  • Extensible change detection and updates
  • Django 2.2 functions

0.6 - 2018-08-01

  • Transform functions
  • Named tuples
  • Window functions
  • Distance lookups
  • Django 2.1 functions
  • EnumField
  • Annotated items
  • Expressions in column selection

0.5 - 2017-11-28

  • F expressions operators any and all
  • Spatial lookups and functions
  • Django 2.0 support

0.4 - 2016-04-29

  • upsert method
  • Django 1.9 database functions
  • bulk_update supports additional fields

0.3 - 2015-12-01

  • Lookup methods and operators
  • F expressions and aggregation methods
  • Database functions
  • Conditional expressions for updates and annotations
  • Bulk updates and change detection

0.2 - 2015-09-26

  • Change detection
  • Groupby functionality
  • Named tuples