diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/6.0.txt | 3 | ||||
| -rw-r--r-- | docs/spelling_wordlist | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/6.0.txt b/docs/releases/6.0.txt index 341da6fd68..611530bb0a 100644 --- a/docs/releases/6.0.txt +++ b/docs/releases/6.0.txt @@ -181,6 +181,9 @@ Migrations * Migrations now support serialization of :class:`zoneinfo.ZoneInfo` instances. +* Serialization of deconstructible objects now supports keyword arguments with + names that are not valid Python identifiers. + Models ~~~~~~ diff --git a/docs/spelling_wordlist b/docs/spelling_wordlist index e9441c62d9..6028f103e4 100644 --- a/docs/spelling_wordlist +++ b/docs/spelling_wordlist @@ -113,6 +113,7 @@ databrowse datafile datetimes declaratively +deconstructible deduplicates deduplication deepcopy |
