Skip to content

Latest commit

 

History

History
55 lines (45 loc) · 1.53 KB

CHANGELOG.md

File metadata and controls

55 lines (45 loc) · 1.53 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Removed

  • Dropped support for Django 3.2, 4.0, 4.1
  • Dropped support for Python 3.7 and 3.8

Added

  • Added support for Django 4.2, 5.0, and 5.1
  • Added support for Python 3.11, 3.12, and 3.13

Removed

  • Dropped support for Django 2.2

Added

  • Added support for Django 4.0 and 4.1

Removed

  • Dropped support for Python 3.5 and 3.6
  • Dropped support for Django 3.0

Added

  • Added support for Python 3.9 and 3.10
  • Added support for Django 3.2

Added

  • Added optional Django setting PRESERVE_STYLES_WHITESPACE

Changed

  • Fixed issue with python 3.4

Changed

  • Renamed restricted field option to custom_css_class
  • Updated docs/readme

Added

  • Initial Release