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

1.3 'from future import url' doesn't work. #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

skoczen
Copy link

@skoczen skoczen commented Oct 10, 2011

Hello,

It seems that smart-load-tag doesn't play well with 1.3's {% from future import url %} tags.

As far as I can tell, it's because of the ambiguity of the new syntax, and how it interacts with the smart-load-tag's conventions.

This pull fixes support with the 1.3 tag-style, but loses functionality. I don't consider it a good fix, but without it, django admin (or any apps that use future urls) don't work. I also try not to submit bugs without something useful as a pull :)

In any case, support for the future urls without losing functionality would be great. For my limited uses (mostly I'm using smart-load-tag for its namespaced imports), this works well.

Thanks!

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