mirror of
https://github.com/django/django.git
synced 2025-11-02 04:48:33 +00:00
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
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue