Refs #29426 -- Fixed typo in docs/releases/2.2.txt.

This commit is contained in:
Josh Schneier 2018-08-31 10:22:42 -04:00 committed by Tim Graham
parent b679b5b8f2
commit 3509fb54bb
1 changed files with 3 additions and 3 deletions

View File

@ -259,13 +259,13 @@ Database backend API
* Support for GDAL 1.9 and 1.10 is dropped. * Support for GDAL 1.9 and 1.10 is dropped.
Miscellaneous
-------------
* To improve readability, the ``UUIDField`` form field now displays values with * To improve readability, the ``UUIDField`` form field now displays values with
dashes, e.g. ``550e8400-e29b-41d4-a716-446655440000`` instead of dashes, e.g. ``550e8400-e29b-41d4-a716-446655440000`` instead of
``550e8400e29b41d4a716446655440000``. ``550e8400e29b41d4a716446655440000``.
Miscellaneous
-------------
* On SQLite, ``PositiveIntegerField`` and ``PositiveSmallIntegerField`` now * On SQLite, ``PositiveIntegerField`` and ``PositiveSmallIntegerField`` now
include a check constraint to prevent negative values in the database. If you 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 have existing invalid data and run a migration that recreates a table, you'll