Commit 00227b65 authored by Adrian Holovaty's avatar Adrian Holovaty
Browse files

Edited serialization.txt changes from [17355]

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17427 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 20106af7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -373,7 +373,7 @@ Dependencies during serialization

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
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.

To accommodate this limitation, calls to :djadmin:`dumpdata` that use