Refs #29928 -- Adjusted release notes of SQLite test constraint checking.

This commit is contained in:
Simon Charette 2018-12-21 18:18:47 -05:00 committed by Tim Graham
parent 20f6f9eaa1
commit c5b58d7767
1 changed files with 7 additions and 3 deletions

View File

@ -273,9 +273,10 @@ Tests
database setting allows using Oracle Managed Files (OMF) tablespaces.
* Deferrable database constraints are now checked at the end of each
:class:`~django.test.TestCase` test on SQLite 3.20+ as well. These checks
were previously skipped on SQLite because they required expensive table
introspection before version 3.20 introduced native support.
:class:`~django.test.TestCase` test on SQLite 3.20+, just like on other
backends that support deferrable constraints. These checks aren't implemented
for older versions of SQLite because they would require expensive table
introspection there.
URLs
~~~~
@ -448,6 +449,9 @@ Miscellaneous
* :attr:`Group.name <django.contrib.auth.models.Group.name>` ``max_length``
is increased from 80 to 150 characters.
* Tests that violate deferrable database constraints now error when run on
SQLite 3.20+, just like on other backends that support such constraints.
.. _deprecated-features-2.2:
Features deprecated in 2.2