From 1d975ff44bc23efaf0ebf3e96cc35539d80bd244 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sat, 17 Jan 2015 20:14:45 -0500 Subject: Removed usage of deprecated dumpdata options in docs. --- docs/ref/contrib/contenttypes.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/ref/contrib') diff --git a/docs/ref/contrib/contenttypes.txt b/docs/ref/contrib/contenttypes.txt index ef857984df..b9610c3abc 100644 --- a/docs/ref/contrib/contenttypes.txt +++ b/docs/ref/contrib/contenttypes.txt @@ -334,7 +334,8 @@ model: generic relations, you should probably be using a natural key to uniquely identify related :class:`~django.contrib.contenttypes.models.ContentType` objects. See :ref:`natural keys` and - :djadminopt:`dumpdata --natural <--natural>` for more information. + :djadminopt:`dumpdata --natural-foreign <--natural-foreign>` for more + information. This will enable an API similar to the one used for a normal :class:`~django.db.models.ForeignKey`; -- cgit v1.3