]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake: toaster: Prevent deprecation warnings for RedirectView
authorElliot Smith <elliot.smith@intel.com>
Thu, 10 Dec 2015 03:56:33 +0000 (19:56 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 14 Dec 2015 23:13:07 +0000 (23:13 +0000)
commit717c636d71e8cd32cf8e05968adbf5c835bcfb31
treee7602a9e31b58625f77ad531a8ed1f2f5528029f
parent0f602c1a22ba21cba5372dbf03a1c41d7116f596
bitbake: toaster: Prevent deprecation warnings for RedirectView

The API for RedirectView is due to change in Django 1.9, which
means that Toaster generates deprecation warnings.

Set the "permanent" flag when constructing RedirectView instances
to prevent this warning.

[YOCTO #8364]

(Bitbake rev: 4aa09488bfe65cb365356b320cd9865643bb4fe5)

Signed-off-by: Elliot Smith <elliot.smith@intel.com>
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: brian avery <avery.brian@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/toaster/bldcollector/urls.py
bitbake/lib/toaster/toastergui/urls.py
bitbake/lib/toaster/toastermain/urls.py