diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-01-06 08:09:58 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-01-17 11:49:15 +0100 |
| commit | 490cccbe7e83874923b276eed26cc23b0db5ebb9 (patch) | |
| tree | 12faeff64b1a0f973a9ce3535a0e8635a9dab074 /docs/ref/databases.txt | |
| parent | ea92a4dc2879e084b46d9b141c0a535d536be2e6 (diff) | |
Removed versionadded/changed annotations for 4.1.
Diffstat (limited to 'docs/ref/databases.txt')
| -rw-r--r-- | docs/ref/databases.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index 6755085336..4739729089 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -72,10 +72,6 @@ connections, e.g. after database server restart. The health check is performed only once per request and only if the database is being accessed during the handling of the request. -.. versionchanged:: 4.1 - - The :setting:`CONN_HEALTH_CHECKS` setting was added. - Caveats ~~~~~~~ @@ -367,11 +363,6 @@ If you need to specify such values, reset the sequence afterward to avoid reusing a value that's already in the table. The :djadmin:`sqlsequencereset` management command generates the SQL statements to do that. -.. versionchanged:: 4.1 - - In older versions, PostgreSQL’s ``SERIAL`` data type was used instead of - identity columns. - .. _sequence: https://www.postgresql.org/docs/current/sql-createsequence.html Test database templates |
