From f4c7a0dcb66d21987837ba6d4b4f192b15d39816 Mon Sep 17 00:00:00 2001 From: Joseph Kocherhans Date: Wed, 19 Dec 2007 05:20:55 +0000 Subject: newforms-admin: Merged from trunk up to [6952]. git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@6955 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/core/serializers/python.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'django/core/serializers/python.py') diff --git a/django/core/serializers/python.py b/django/core/serializers/python.py index 6fc13d76b5..cedab06be9 100644 --- a/django/core/serializers/python.py +++ b/django/core/serializers/python.py @@ -13,7 +13,9 @@ class Serializer(base.Serializer): """ Serializes a QuerySet to basic Python objects. """ - + + internal_use_only = True + def start_serialization(self): self._current = None self.objects = [] -- cgit v1.3