python - strange warning on my tests -
i installed "third party app" named rosetta on project manage translations more "systematic" way command:
sudo easy_install django-rosetta
i don't have problem rosetta, can manage translations interface have been watching @ console when restart test
/manage.py runserver
and refresh rosetta interface, obtain issue:
/home/user/project/ambiente1/lib/python3.4/site-packages/django/template/base.py:290: removedindjango18warning: 'the
cycle
template tag changing escape arguments; non-autoescaping version deprecated. loadfuture
tag library start using new behavior.
compiled_result = compile_func(self, token)
this problem appears when refresh browser rosetta open, on other hand if refresh website (my project) or admin panel nothing appears...
my project runs have question...
thanks answer
have great day!!
the author of django-rosetta package needs update use of cycle tag.
what warning means django developers have identified problem way cycle being used current version of django-rosetta, , plan remove functionality in future release. https://docs.djangoproject.com/en/dev/releases/1.9/#cycle-syntax-with-comma-separated-arguments
generally speaking, can ignore warnings now. become problem when upgrade version of django deprecated feature removed or no longer supported.
Comments
Post a Comment