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.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/django-admin.txt b/docs/django-admin.txt
index 79cf4521ca..3f024b9f7f 100644
--- a/docs/django-admin.txt
+++ b/docs/django-admin.txt
@@ -87,8 +87,7 @@ customizations. In particular, you'll need to do this:
doesn't yet introspect primary keys.
``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.
+only works in PostgreSQL.
install [modelmodule modelmodule ...]
-------------------------------------