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:
parent
9c2d890eec
commit
7bb1a2bbba
|
@ -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``
|
* Add primary_key=True to one field in each model. The ``inspectdb``
|
||||||
doesn't yet introspect primary keys.
|
doesn't yet introspect primary keys.
|
||||||
|
|
||||||
|
``inspectdb`` only works with PostgreSQL and MySQL. Foreign-key detection only
|
||||||
|
works in PostgreSQL.
|
||||||
|
|
||||||
install [app app ...]
|
install [app app ...]
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue