Refs #29426 -- Fixed typo in docs/releases/2.2.txt.
This commit is contained in:
parent
b679b5b8f2
commit
3509fb54bb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue