Possible bug in django 1.8 when following tutorial part 5

99 views
Skip to first unread message

Mohd Lee

unread,
May 20, 2015, 5:46:34 AM5/20/15
to django...@googlegroups.com
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. 

Mohd Lee

unread,
May 20, 2015, 8:35:44 PM5/20/15
to django...@googlegroups.com
I just found out that it's actually caused by django-suit. They've had the fix checked in.
Reply all
Reply to author
Forward
0 new messages