From d0e5e5e84b1250a95e0381922571109227154131 Mon Sep 17 00:00:00 2001 From: Mike Fogel Date: Sun, 28 Apr 2024 10:51:19 -0700 Subject: [PATCH] Add entry to changelog --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5e93ee1..77caef9 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,7 @@ poetry run pytest #### `main` (unreleased) +- Better default sorting of `choices` ([#116](https://github.com/mfogel/django-timezone-field/issues/116)), ([#123](https://github.com/mfogel/django-timezone-field/issues/123)) - Convert string value to timezone object immediately on creation/assignment. Accessing a TimeZoneField will _always_ return a timezone or None (never a string). (Potentially BREAKING: Unknown timezone names now raise `ValidationError` at time of assignment.