Преглед на файлове

Fixed #14118 -- Removed a reference to the "Python" serializer.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@13595 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Russell Keith-Magee преди 14 години
родител
ревизия
810ed2b22b
променени са 1 файла, в които са добавени 0 реда и са изтрити 4 реда
  1. 0 4
      docs/topics/serialization.txt

+ 0 - 4
docs/topics/serialization.txt

@@ -141,10 +141,6 @@ to install third-party Python modules:
     ``json``    Serializes to and from JSON_ (using a version of simplejson_
                 bundled with Django).
 
-    ``python``  Translates to and from "simple" Python objects (lists, dicts,
-                strings, etc.).  Not really all that useful on its own, but
-                used as a base for other serializers.
-
     ``yaml``    Serializes to YAML (YAML Ain't a Markup Language). This
                 serializer is only available if PyYAML_ is installed.
     ==========  ==============================================================