Skip to content

Missing Symbol when running under Django 1.5a1 #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

denmark
Copy link

@denmark denmark commented Nov 15, 2012

Looks like the Django guys moved the import for urlparse.urljoin() from django/http/init.py to django/http/request.py. They might move it back but if this function is needed in session.py it's probably best to just import it directly. Here's a proposed fix for your review.

Thanks for this project, I just started playing with it and it looks a LOT better than the Form Wizard stuff that ships with Django. If I find any other issues with using this and Django 1.5 I'll let you know.

Andy Denmark added 2 commits November 14, 2012 22:37
…at overrides the default behavior of going to the next step. This makes it possible to go to a previous step and not lose state on the current form in the wizard.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant