mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Removed references to changes made in 1.2.
Thanks Florian Apolloner for the patch.
This commit is contained in:
parent
6492e8e5e6
commit
c28e700c7e
46 changed files with 22 additions and 474 deletions
|
@ -188,11 +188,6 @@ In particular, :ref:`lazy translation objects <lazy-translations>` need a
|
|||
Natural keys
|
||||
------------
|
||||
|
||||
.. versionadded:: 1.2
|
||||
|
||||
The ability to use natural keys when serializing/deserializing data was
|
||||
added in the 1.2 release.
|
||||
|
||||
The default serialization strategy for foreign keys and many-to-many relations
|
||||
is to serialize the value of the primary key(s) of the objects in the relation.
|
||||
This strategy works well for most objects, but it can cause difficulty in some
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue