0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00

Removed two-year-old note about serialization framework being under heavy development.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8203 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Gary Wilson Jr 2008-08-03 21:01:25 +00:00
parent daa6b38f35
commit d4b8da2745

View File

@ -2,13 +2,6 @@
Serializing Django objects
==========================
.. note::
This API is currently under heavy development and may change --
perhaps drastically -- in the future.
You have been warned.
Django's serialization framework provides a mechanism for "translating" Django
objects into other formats. Usually these other formats will be text-based and
used for sending Django objects over a wire, but it's possible for a