Hi guys, I notice this warning in the console when following tutorial 4 & 5 
in django 8 with Python 3.4:
...django/venv/lib/python3.4/site-packages/django/templatetags/future.py:25: 
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)

although "future" tag was never used, it's not even covered in the 
tutorial. The above warning came after I've reach the last part of part 5 
where I'm creating the test for "test_detail_view_with_a_future_question". 
I later tested it manually by creating a future question in admin, and it 
appear whenever I click on the future question 
from http://127.0.0.1:8000/admin/polls/question/ . Refreshing the question 
page itself will not produce this warning. 

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/e6a793f4-180f-4e10-a84f-66af2b6de457%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to