diff options
| author | Joseph Kocherhans <joseph@jkocherhans.com> | 2007-12-19 05:20:55 +0000 |
|---|---|---|
| committer | Joseph Kocherhans <joseph@jkocherhans.com> | 2007-12-19 05:20:55 +0000 |
| commit | f4c7a0dcb66d21987837ba6d4b4f192b15d39816 (patch) | |
| tree | 32201b839f6cc11600466f29c3d99f2155d41917 /django/core/serializers/python.py | |
| parent | 3f494f18231a369677104d408af775520823228a (diff) | |
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
Diffstat (limited to 'django/core/serializers/python.py')
| -rw-r--r-- | django/core/serializers/python.py | 4 |
1 files changed, 3 insertions, 1 deletions
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 = [] |
