summaryrefslogtreecommitdiff
path: root/docs/django-admin.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/django-admin.txt')
-rw-r--r--docs/django-admin.txt2
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