diff options
| author | Tim Graham <timograham@gmail.com> | 2018-08-17 18:43:35 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-08-18 08:20:21 -0400 |
| commit | 838d6dcb865ada45258a1af7e2753df523cb201d (patch) | |
| tree | 70fd625dd036f626932cd8656df14d26555605bc /docs | |
| parent | 53ebd4cb1397145d11a54e2c1dd83b63fc337097 (diff) | |
Refs #29426 -- Made UUIDField render values with dashes.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.2.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/2.2.txt b/docs/releases/2.2.txt index a6b500e03e..4d5b763edf 100644 --- a/docs/releases/2.2.txt +++ b/docs/releases/2.2.txt @@ -250,6 +250,10 @@ Database backend API * Support for GDAL 1.9 and 1.10 is dropped. +* To improve readability, the ``UUIDField`` form field now displays values with + dashes, e.g. ``550e8400-e29b-41d4-a716-446655440000`` instead of + ``550e8400e29b41d4a716446655440000``. + Miscellaneous ------------- |
