1
0
mirror of https://github.com/django/django.git synced 2025-02-23 07:55:07 +00:00

Edited serialization.txt changes from [17355]

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17427 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2012-02-03 20:16:06 +00:00
parent 20106af74d
commit 00227b6529

View File

@ -373,7 +373,7 @@ Dependencies during serialization
Since natural keys rely on database lookups to resolve references, it Since natural keys rely on database lookups to resolve references, it
is important that the data exists before it is referenced. You can't make is important that the data exists before it is referenced. You can't make
a `forward reference` with natural keys--the data you are referencing a `forward reference` with natural keys -- the data you're referencing
must exist before you include a natural key reference to that data. must exist before you include a natural key reference to that data.
To accommodate this limitation, calls to :djadmin:`dumpdata` that use To accommodate this limitation, calls to :djadmin:`dumpdata` that use