On Thu, Nov 20, 2008 at 1:38 PM, Bob <[EMAIL PROTECTED]> wrote:
> Also, I added my votes here:
> https://spreadsheets.google.com/ccc?key=pIaJn09D1vqW1yJjl3wGUeg
> (not sure if you're counting non-committer votes or not)

You're -1 on SessionWizard is partially invalid.  I tried to
anticipate the need for multiple instances of the same wizard per
session.  From the patch:

400     +    # typically overriden methods #
401     +    def get_wizard_data_key(self, request):
402     +        """
403     +        Return a session key for this wizard.  The provided
request could be
404     +        used to prevent overlapping keys in the case that someone needs
405     +        multiple instances of this wizard at one time.
406     +        """
407     +        return 'session_wizard_data'

-Dave

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to