From a35d2a4510d5beec398b1007aaa26492d6aedf97 Mon Sep 17 00:00:00 2001 From: Nick Pope Date: Wed, 12 Sep 2018 23:45:17 +0100 Subject: Refs #23748 -- Added AutoField introspection for SQLite. --- docs/releases/2.2.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/releases/2.2.txt b/docs/releases/2.2.txt index 65f53c1a49..c8515d5ba6 100644 --- a/docs/releases/2.2.txt +++ b/docs/releases/2.2.txt @@ -192,7 +192,8 @@ Management Commands created child tables instead the parent. * :djadmin:`inspectdb` now introspects :class:`~django.db.models.DurationField` - for Oracle and PostgreSQL. + for Oracle and PostgreSQL, and :class:`~django.db.models.AutoField` for + SQLite. * On Oracle, :djadmin:`dbshell` is wrapped with ``rlwrap``, if available. ``rlwrap`` provides a command history and editing of keyboard input. -- cgit v1.3