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

Fix url rendering for Django >= 1.5 #3

Closed

Conversation

aluminiumgeek
Copy link

No description provided.

@aluminiumgeek
Copy link
Author

ping

@PetrDlouhy
Copy link

@aluminiumgeek This implementation is wrong. The correct line should be:

        return URLNode.render(self, context), context['request'].GET.copy()

In this state the parameters like keep doesn't work correctly.

@PetrDlouhy PetrDlouhy mentioned this pull request Aug 7, 2019
@aluminiumgeek
Copy link
Author

I'm closing this one, as this is obsolete

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.

None yet

2 participants