File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 4
4
Unreleased
5
5
----------
6
6
7
+
8
+ 3.5.0 (2024-02-19)
9
+ ------------------
10
+
11
+ - Fixed ``FieldError `` when creating historical records for many-to-many fields with
12
+ ``to="self" `` (gh-1218)
7
13
- Allow ``HistoricalRecords.m2m_fields `` as str (gh-1243)
8
14
- Fixed ``HistoryRequestMiddleware `` deleting non-existent
9
15
``HistoricalRecords.context.request `` in very specific circumstances (gh-1256)
@@ -38,8 +44,6 @@ Unreleased
38
44
``HistoricalRecords.context.request ``) under some circumstances (gh-1188)
39
45
- Made ``HistoryRequestMiddleware `` async-capable (gh-1209)
40
46
- Fixed error when setting ``table_name `` with ``inherit=True `` (gh-1195)
41
- - Fixed ``FieldError `` when creating historical records for many-to-many fields with
42
- ``to="self" `` (gh-1218)
43
47
44
48
3.3.0 (2023-03-08)
45
49
------------------
You can’t perform that action at this time.
0 commit comments