Skip to content

Commit 390b8df

Browse files
committed
updated changelog
1 parent 1909754 commit 390b8df

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Added
1717
- ``QuerySet.contains()`` method to check if an object exists in a queryset.
1818
- Added comprehensive EXPLAIN support for MySQL and PostgreSQL.
1919
- Built-in ``DomainNameValidator``, ``URLValidator``, and ``EmailValidator`` classes for common validation patterns. (#2162)
20+
- Typed ``**kwargs`` on field constructors via PEP 692 (``Unpack[TypedDict]``), so IDEs and type checkers can autocomplete and validate common field arguments (``default``, ``null``, ``unique``, ``db_index``, ``description``, etc.). (#2168)
2021

2122
Fixed
2223
^^^^^

0 commit comments

Comments
 (0)