Skip to content
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

Fixed #22638 -- Changed CookieWizardView to ignore invalid cookies #2673

Closed
wants to merge 1 commit into from
Closed

Fixed #22638 -- Changed CookieWizardView to ignore invalid cookies #2673

wants to merge 1 commit into from

Conversation

mxsasha
Copy link
Member

@mxsasha mxsasha commented May 17, 2014

@@ -17,11 +14,7 @@ def __init__(self, *args, **kwargs):

def load_data(self):
try:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your are missing the except to this try.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Eh yes, of course. Caused tests to fail as well. Fixed now :)

@mxsasha
Copy link
Member Author

mxsasha commented May 19, 2014

Merged in ba5ddf7

@mxsasha mxsasha closed this May 19, 2014
@mxsasha mxsasha deleted the form_wizard_secret_key_22638 branch May 19, 2014 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants