summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJosh Schneier <josh.schneier@gmail.com>2018-08-31 10:22:42 -0400
committerTim Graham <timograham@gmail.com>2018-08-31 10:22:42 -0400
commit3509fb54bbc5d0616df1d325ea378fdd8c340418 (patch)
tree4d66cbcb229b803b283f43127b9d642001a6bdb7 /docs
parentb679b5b8f29cd4047a623e81999488043733d370 (diff)
Refs #29426 -- Fixed typo in docs/releases/2.2.txt.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/2.2.txt6
1 files 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