From aca49dab72efa82b00c1a943157b7575dde9a7ea Mon Sep 17 00:00:00 2001 From: Tim Schilling Date: Wed, 20 Nov 2024 12:44:08 -0600 Subject: [PATCH] Clean up the changes doc --- CHANGES.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index acaa9ea5..10fbb752 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -10,7 +10,6 @@ Unreleased - Fixed issue with deferred fields causing DoesNotExist error (gh-678) - Added HistoricOneToOneField (gh-1394) - 3.7.0 (2024-05-29) ------------------ @@ -113,12 +112,6 @@ Unreleased - Started using ``exists`` query instead of ``count`` in ``populate_history`` command (gh-982) - Add basic support for many-to-many fields (gh-399) - Added support for Django 4.1 (gh-1021) -- Added ``tracked_fields`` attribute to historical models (gh-1038) -- Fixed ``KeyError`` when running ``clean_duplicate_history`` on models with ``excluded_fields`` (gh-1038) -- Added support for Python 3.11 (gh-1053) - -======= - 3.1.1 (2022-04-23) ------------------