From 5c49f2c7d00a24728b825652f2a1e5382a9985d7 Mon Sep 17 00:00:00 2001 From: JMP Date: Tue, 26 Feb 2019 18:41:23 +0100 Subject: [PATCH] Update changes.rst for UUIDModel and UUIDField --- CHANGES.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.rst b/CHANGES.rst index 629c4dc..9f2e6ff 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -14,6 +14,7 @@ master (unreleased) - Fix patched `save` in FieldTracker - Upgrades test requirements (pytest, pytest-django, pytest-cov) and skips tox test with Python 3.5 and Django (trunk) +- Add UUIDModel and UUIDField support. 3.1.2 (2018.05.09) ------------------