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

Django 1.8 Warning - url from future tag Removed in Django 1.9 #648

Closed
oliviersabra opened this issue Jul 23, 2015 · 4 comments
Closed

Django 1.8 Warning - url from future tag Removed in Django 1.9 #648

oliviersabra opened this issue Jul 23, 2015 · 4 comments
Assignees

Comments

@oliviersabra
Copy link

RemovedInDjango19Warning: Loading the url tag from the future library is deprecated and will be removed in Django 1.9. Use the default url tag instead.
RemovedInDjango19Warning

In some template grappelli use the 'url' tag from the future.py module like this
{% templatetag openblock %} load url from future {% templatetag closeblock %}
But in django 1.9 this tag will be removed.
You can find them in

  • grappelli/templates/grp_doc/change_form.html line 53
  • grappelli/templates/grp_doc/change_list.html line 53

so need to use directly {% url 'my_views' %}

@sehmaschine
Copy link
Owner

true ... but that's just the template documentation, so not a major issue here. we'll take a look.

@oliviersabra
Copy link
Author

for info you have the same in fillebrowser.
I open a ticket on the repo with the list files.

@parsch
Copy link
Collaborator

parsch commented Sep 4, 2015

@oelium Sorry, cannot find"load url from future" or "future" in any of the grappelli 2.7.x templates and surely not on the lines (53) mentioned above. Can you specify that issue?

@sehmaschine
Copy link
Owner

closing this since nor further details are given. please reopen if this issue still exists.

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

No branches or pull requests

3 participants