summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2020-04-18 09:38:42 -0700
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-04-21 10:41:47 +0200
commit75866b93cc285c87cfc764a32d081493b19c1dc5 (patch)
tree0d7a65c3f324a524ee156e26a1d8582b40f171a3 /docs
parent5220ca8d8a109721378e8d4c7f32e342c3a83af6 (diff)
Fixed #31479 -- Added support to reset sequences on SQLite.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/3.1.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/3.1.txt b/docs/releases/3.1.txt
index 4cf8183d4b..ceb1b0f0bf 100644
--- a/docs/releases/3.1.txt
+++ b/docs/releases/3.1.txt
@@ -320,6 +320,9 @@ Management Commands
* The new :option:`dbshell -- ARGUMENTS <dbshell -->` option allows passing
extra arguments to the command-line client for the database.
+* The :djadmin:`flush` and :djadmin:`sqlflush` commands now include SQL to
+ reset sequences on SQLite.
+
Migrations
~~~~~~~~~~