diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-12-01 06:32:25 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-12-01 06:32:25 +0000 |
| commit | 9ede371c85a97406eecb19974ab01163839636a0 (patch) | |
| tree | e6803c6bb1b86162a2c8655b22f9339984bc590d /docs/django-admin.txt | |
| parent | 38b8d180917ec4eaf3f12618d9114e08e3fad586 (diff) | |
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
Diffstat (limited to 'docs/django-admin.txt')
| -rw-r--r-- | docs/django-admin.txt | 3 |
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 ...] ------------------------------------- |
