summaryrefslogtreecommitdiff
path: root/docs/django-admin.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/django-admin.txt')
-rw-r--r--docs/django-admin.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/django-admin.txt b/docs/django-admin.txt
index a8dff6defa..79cf4521ca 100644
--- a/docs/django-admin.txt
+++ b/docs/django-admin.txt
@@ -86,8 +86,9 @@ customizations. In particular, you'll need to do this:
* Add ``primary_key=True`` to one field in each model. The ``inspectdb``
doesn't yet introspect primary keys.
-``inspectdb`` only works with PostgreSQL and MySQL. Foreign-key detection only
-works in PostgreSQL.
+``inspectdb`` works with PostgreSQL, MySQL and SQLite. Foreign-key detection
+only works in PostgreSQL. In SQLite, it cannot detect column types; it'll
+use ``TextField`` for each column.
install [modelmodule modelmodule ...]
-------------------------------------