Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1 KB

File metadata and controls

45 lines (32 loc) · 1 KB

Changelog

0.95

Aug 27, 2025

  • Fix 500 errors when receiving malformed JSON (@avacaru on PR#381)

0.94.2

May 14, 2025

  • Added tests for Django 5.1 and Python 3.13.
  • Removed tests for Django 4.1, Python 3.8 and DRF 3.13
  • Added support for use_regex_path=False in DRF 3.15 (@Gibsondz on PR#355)

0.94.1

May 10, 2024

  • Removed support for Django 3.2 LTS.
  • Changed minimum requirements (Python 3.8, Django 4.2, DRF 3.14)
  • Add type hints

0.94.0

May 10, 2024

  • Add initial type hint support
  • Removed Python 2 compatibility
  • Changed CI from Travis to GitHub CI
  • Updated timezone database

0.93.5

Dec 19, 2023

  • Add Support for Django 4.x
  • Removed support for Python 3.6, Django 1.11 and DRF 3.6
  • Change minimum requirements (Python 3.7, Django 3.2, DRF 3.14.0)
  • Update timezone database
  • Add swagger support for NestedViewSetMixin

0.93.4

Oct 15, 2021

  • Add serializer examples
  • Fix KeyError exception for nested resource during generate swagger ( #228 )
  • Improved documentation