← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1444505] Re: Deprecated templatetags in Django 1.7

 

** Changed in: horizon
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1444505

Title:
  Deprecated templatetags in Django 1.7

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  There are a few deprecated templatetags that we are still using in
  Horizon. These will be removed in Django 1.8 I believe, so need to be
  addressed. They can be seen in the logs:

  RemovedInDjango18Warning: 'The `cycle` template tag is changing to escape its arguments; the non-autoescaping version is deprecated. Load it from the `future` tag library to start using the new behavior.
  WARNING:py.warnings:RemovedInDjango18Warning: 'The `cycle` template tag is changing to escape its arguments; the non-autoescaping version is deprecated. Load it from the `future` tag library to start using the new behavior.
  RemovedInDjango18Warning: 'The `firstof` template tag is changing to escape its arguments; the non-autoescaping version is deprecated. Load it from the `future` tag library to start using the new behavior.
  WARNING:py.warnings:RemovedInDjango18Warning: 'The `firstof` template tag is changing to escape its arguments; the non-autoescaping version is deprecated. Load it from the `future` tag library to start using the new behavior.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1444505/+subscriptions


References