mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #31030 -- Registered SQLite functions as deterministic on Python 3.8+.
This commit is contained in:
parent
513948735b
commit
026719cf17
2 changed files with 55 additions and 43 deletions
|
@ -351,6 +351,10 @@ Models
|
|||
SQL on MySQL by using ``DELETE`` instead of ``TRUNCATE`` statements for
|
||||
tables which don't require resetting sequences.
|
||||
|
||||
* SQLite functions are now marked as :py:meth:`deterministic
|
||||
<sqlite3.Connection.create_function>` on Python 3.8+. This allows using them
|
||||
in check constraints and partial indexes.
|
||||
|
||||
Pagination
|
||||
~~~~~~~~~~
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue