Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 506 Bytes

CHANGELOG.md

File metadata and controls

22 lines (15 loc) · 506 Bytes

Changelog

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

The format is based on Keep a Changelog.

[UNRELEASED]

[0.10.0] - 2024-10-11

Added

  • add support for python 3.13

[0.9.0] - 2023-10-07

Added

  • add support for python 3.12

[0.8.0] - 2023-04-01

Added

  • Add checks for using fields = "__all__" or exclude in Meta class of django model form, DRF model serializers and django-filter filtersets
  • Add tests