diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.2.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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. |
