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

debian 8 django doesn't need 'import url from future'... #829

Closed
sraustein opened this issue Jun 16, 2016 · 3 comments
Closed

debian 8 django doesn't need 'import url from future'... #829

sraustein opened this issue Jun 16, 2016 · 3 comments
Labels

Comments

@sraustein
Copy link
Contributor

so I do:

for d in $(grep -cr 'load url from ' /usr/lib/python2.7/dist-packages/rpki/gui/app/| grep -v :0 | sed 's/:.$//'); do
echo $d
perl -p -i -e 's/{% import url from future %}//' $d
done

This gets the basics running for the UI.

Trac ticket #823 component gui priority minor, owner melkins, created by morrowc on 2016-06-16T03:26:14Z, last modified 2016-07-18T11:46:24Z

@sraustein
Copy link
Contributor Author

In [changeset:"6443" 6443]:
{{{
#!CommitTicketReference repository="" revision="6443"
Remove 'load url from future' as it is no longer needed in recent Django versions

See #823
}}}

Trac comment by melkins on 2016-06-17T17:45:08Z

@sraustein
Copy link
Contributor Author

In [changeset:"6446" 6446]:
{{{
#!CommitTicketReference repository="" revision="6446"
Remove "import url from future" from Django templates. Fixes #823.
}}}

Trac comment by sra on 2016-07-18T11:46:24Z

@sraustein
Copy link
Contributor Author

Closed with resolution fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant