File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed
Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -7,19 +7,32 @@ Changelog
77
88.. rst-class :: emphasize-children
99
10+ 0.26
11+ ====
12+
13+ 0.26.0 (unreleased)
14+ -------------------
15+
10160.25
1117====
1218
13- 0.25.2 (unreleased)
14- -------------------
19+ 0.25.2
20+ ------
1521Fixed
1622^^^^^
1723- Fix grouping by in subqueries (#2021)
1824- Fix sqlite decimal filter error with `__gt ` (#2019)
1925
26+ Changed
27+ ^^^^^
28+ - Official support python3.14 (#2026)
29+ - Migrate from poetry to uv (#1987)
30+ - Reorder imports by ruff (#1966)
31+ - Migrate lint tool from isort+black to ruff (#1963)
32+
2033Added
2134^^^^^
22- - Add `create() ` method to reverse ForeignKey relations, enabling `parent.children.create() ` syntax
35+ - Add `create() ` method to reverse ForeignKey relations, enabling `parent.children.create() ` syntax (#1991)
2336
2437
25380.25.1
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ classifiers = [
2323 " Programming Language :: Python :: 3.11" ,
2424 " Programming Language :: Python :: 3.12" ,
2525 " Programming Language :: Python :: 3.13" ,
26+ " Programming Language :: Python :: 3.14" ,
2627 " Programming Language :: Python :: Implementation :: CPython" ,
2728 " Programming Language :: Python :: Implementation :: PyPy" ,
2829 " Programming Language :: PL/SQL" ,
You can’t perform that action at this time.
0 commit comments