Author: adrian Date: 2006-12-29 18:06:28 -0600 (Fri, 29 Dec 2006) New Revision: 4260
Modified: django/trunk/django/contrib/formtools/preview.py Log: Added missing import to django.contrib.formtools.preview from [4259]. Thanks, Vadim Macagon Modified: django/trunk/django/contrib/formtools/preview.py =================================================================== --- django/trunk/django/contrib/formtools/preview.py 2006-12-29 19:42:56 UTC (rev 4259) +++ django/trunk/django/contrib/formtools/preview.py 2006-12-30 00:06:28 UTC (rev 4260) @@ -48,6 +48,7 @@ from django.core.exceptions import ImproperlyConfigured from django.http import Http404 from django.shortcuts import render_to_response +from django.template.context import RequestContext import cPickle as pickle import md5 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
