diff options
| author | Nick Pope <nick.pope@flightdataservices.com> | 2018-09-12 23:45:17 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2019-01-09 09:59:15 -0500 |
| commit | a35d2a4510d5beec398b1007aaa26492d6aedf97 (patch) | |
| tree | f21fd8cfc51a2a19370a1f3283e53f4cbef87553 /docs/releases/2.2.txt | |
| parent | e7f0e9b7045e7bcbe1e8ad85aec486c01f570e43 (diff) | |
Refs #23748 -- Added AutoField introspection for SQLite.
Diffstat (limited to 'docs/releases/2.2.txt')
| -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. |
