From 3509fb54bbc5d0616df1d325ea378fdd8c340418 Mon Sep 17 00:00:00 2001 From: Josh Schneier Date: Fri, 31 Aug 2018 10:22:42 -0400 Subject: [PATCH] Refs #29426 -- Fixed typo in docs/releases/2.2.txt. --- docs/releases/2.2.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/releases/2.2.txt b/docs/releases/2.2.txt index 5881265cbf..2709344de0 100644 --- a/docs/releases/2.2.txt +++ b/docs/releases/2.2.txt @@ -259,13 +259,13 @@ Database backend API * Support for GDAL 1.9 and 1.10 is dropped. +Miscellaneous +------------- + * To improve readability, the ``UUIDField`` form field now displays values with dashes, e.g. ``550e8400-e29b-41d4-a716-446655440000`` instead of ``550e8400e29b41d4a716446655440000``. -Miscellaneous -------------- - * On SQLite, ``PositiveIntegerField`` and ``PositiveSmallIntegerField`` now include a check constraint to prevent negative values in the database. If you have existing invalid data and run a migration that recreates a table, you'll