summaryrefslogtreecommitdiff
path: root/docs/ref/django-admin.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-01-17 20:18:34 -0500
committerTim Graham <timograham@gmail.com>2015-01-17 20:18:34 -0500
commitc3336e7e4f146fc62272d462288a00f8d78c1f83 (patch)
treec0b27e61b703eec7b9df07256bf4ce78cd8d8931 /docs/ref/django-admin.txt
parent1d975ff44bc23efaf0ebf3e96cc35539d80bd244 (diff)
Removed dumpdata --natural option and serializers use_natural_keys parameter.
Per deprecation timeline; refs #13252.
Diffstat (limited to 'docs/ref/django-admin.txt')
-rw-r--r--docs/ref/django-admin.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index 3a8f9b2c55..d29213c185 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -304,15 +304,6 @@ When this option is specified, Django will not provide the primary key in the
serialized data of this object since it can be calculated during
deserialization.
-.. django-admin-option:: --natural
-
-.. deprecated:: 1.7
- Equivalent to the :djadminopt:`--natural-foreign` option; use that instead.
-
-Use :ref:`natural keys <topics-serialization-natural-keys>` to represent
-any foreign key and many-to-many relationship with a model that provides
-a natural key definition.
-
.. django-admin-option:: --pks
By default, ``dumpdata`` will output all the records of the model, but