Changed docs/django-admin.txt to add note about which databases 'inspectdb' works with.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@475 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-08-10 21:02:07 +00:00
parent 9c2d890eec
commit 7bb1a2bbba
1 changed files with 3 additions and 0 deletions

View File

@ -72,6 +72,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.
install [app app ...]
---------------------