From 060fd1bec7b38b15a663cddff492e54710ee5701 Mon Sep 17 00:00:00 2001 From: Mike Fogel Date: Sat, 6 Jul 2024 20:20:31 -0700 Subject: [PATCH] Fix README typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cb1e57..1f64ae1 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ poetry run pytest ([#57](https://github.com/mfogel/django-timezone-field/issues/57)) - Add support for django 5.1 - Drop support for django 3.2, 4.0, 4.1 -- Change subclass of `TimeZoneSerializerField` from DJRF's `Field` to `CharField` ([#137](https://github.com/mfogel/django-timezone-field/issues/137)) +- Change base class of `TimeZoneSerializerField` from DJRF's `Field` to `CharField` ([#137](https://github.com/mfogel/django-timezone-field/issues/137)) #### 6.1.0 (2023-11-25)