Skip to content

Commit e0dec44

Browse files
pfcodesjleclanche
authored andcommitted
Update advanced.rst
Replaced legacy `--natural` flag which does not exist in django anymore with `--natural-foreign` and `--natural-primary`
1 parent ca73670 commit e0dec44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ Restrictions & Caveats
267267
* When using the ``dumpdata`` management command on polymorphic tables
268268
(or any table that has a reference to
269269
:class:`~django.contrib.contenttypes.models.ContentType`),
270-
include the ``--natural`` flag in the arguments.
270+
include the ``--natural-foreign`` and ``--natural-primary`` flags in the arguments.
271271

272272

273273

0 commit comments

Comments
 (0)