diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2006-02-18 22:04:52 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2006-02-18 22:04:52 +0000 |
| commit | 64153ef4d5ecd838c61eaa785e79856469afa83b (patch) | |
| tree | f81601e8080f8c28755889a36bdc4adb6d2692ac /docs | |
| parent | 5710c6e2db54173b12a5f2789a07c89ae3eda68b (diff) | |
Implemented get_indexes() for Postgres backend, which means 'inspectdb' can introspect primary keys and unique indexes for Postgres now.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2349 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -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 9600a72acf..45cc2363dc 100644 --- a/docs/django-admin.txt +++ b/docs/django-admin.txt @@ -117,7 +117,7 @@ models that refer to other models are ordered properly. If you're using Django 0.90 or 0.91, you'll need to add ``primary_key=True`` to one field in each model. In the Django development version, primary keys are -automatically introspected for MySQL, and Django puts in the +automatically introspected for PostgreSQL and MySQL, and Django puts in the ``primary_key=True`` where needed. ``inspectdb`` works with PostgreSQL, MySQL and SQLite. Foreign-key detection |
