django-plist is a Django plugin that trivializes the serialization of Django model objects into the XML format used by Property List files on the Cocoa platform (Mac OS X/iPhone).
django-plist behaves somewhat different than the serialization framework that comes bundled with Django. django-plist employs the standard Django stack (generic views, default templates and template tags) and is a regular Django application in every aspect.
Product's homepage
Requirements:
· Python
· Django
What's New in This Release: [ read full changelog ]
· Do not serialize private model fields. Fixes bug introduced with multi database support in Django 1.2.
· PropertyListSerializationFailedError now sends a meaningful message to Exception.__init__ to make stacktraces useful when debugging.