From 9ede371c85a97406eecb19974ab01163839636a0 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Thu, 1 Dec 2005 06:32:25 +0000 Subject: Fixed #971 -- inspectdb for SQLite now introspects field types. git-svn-id: http://code.djangoproject.com/svn/django/trunk@1518 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/django-admin.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs') 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 ...] ------------------------------------- -- cgit v1.3