diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-08-18 04:12:01 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-08-18 04:12:01 +0000 |
| commit | 94960d5635c98a51a4c8ef239374605e05aa0c67 (patch) | |
| tree | 66008b8506ca517f1d9d6926279ece22c647f111 /docs/django-admin.txt | |
| parent | 28d41fe2701a6d6912b655b86cf2a461d81e7ae9 (diff) | |
Added docs/legacy_databases.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@533 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/django-admin.txt')
| -rw-r--r-- | docs/django-admin.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/django-admin.txt b/docs/django-admin.txt index bb734aaf1b..c68f2d7ba8 100644 --- a/docs/django-admin.txt +++ b/docs/django-admin.txt @@ -69,7 +69,7 @@ customizations. In particular, you'll need to do this: * Rearrange models' order, so that models that refer to other models are ordered properly. - * 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. ``inspectdb`` only works with PostgreSQL and MySQL. Foreign-key detection only |
