Skip to content

Commit a83fb5f

Browse files
authored
Prepared for release 3.3.0
Added some missing entries to `CHANGES.rst` and moved some entries that were erroneously added to the 3.2.0 section, to 3.3.0 instead.
1 parent 9e64b31 commit a83fb5f

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

CHANGES.rst

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,27 @@ Changes
44
Unreleased
55
----------
66

7+
8+
3.3.0 (2023-03-08)
9+
------------------
10+
11+
- Made it possible to use the new ``m2m_fields`` with model inheritance (gh-1042)
12+
- Added two signals: ``pre_create_historical_m2m_records`` and ``post_create_historical_m2m_records`` (gh-1042)
13+
- Added ``tracked_fields`` attribute to historical models (gh-1038)
14+
- Fixed ``KeyError`` when running ``clean_duplicate_history`` on models with ``excluded_fields`` (gh-1038)
15+
- Added support for Python 3.11 (gh-1053)
16+
- Added Arabic translations (gh-1056)
17+
- Fixed a code example under "Tracking many to many relationships" (gh-1069)
18+
- Added a ``--base-manager`` option to the ``clean_duplicate_history`` management command (gh-1115)
19+
20+
3.2.0 (2022-09-28)
21+
------------------
22+
723
- Fixed typos in the docs
824
- Removed n+1 query from ``bulk_create_with_history`` utility (gh-975)
925
- Started using ``exists`` query instead of ``count`` in ``populate_history`` command (gh-982)
1026
- Add basic support for many-to-many fields (gh-399)
1127
- Added support for Django 4.1 (gh-1021)
12-
- Added ``tracked_fields`` attribute to historical models (gh-1038)
13-
- Fixed ``KeyError`` when running ``clean_duplicate_history`` on models with ``excluded_fields`` (gh-1038)
14-
- Added support for Python 3.11 (gh-1053)
1528

1629
3.1.1 (2022-04-23)
1730
------------------

0 commit comments

Comments
 (0)