Django upgrade from 1.10 to 1.11 DeprecationWarning

前端 未结 1 1028
慢半拍i
慢半拍i 2021-01-26 17:10

I am trying to upgrade my project from Django 1.10 to 1.11:

>>> django.VERSION
(1, 10, 0, \'final\', 1)

When I run python -Wall manage

相关标签:
1条回答
  • 2021-01-26 17:15

    This appears to be an issue with Django in Python 3.6 that doesn't impact 3.5. Downgrading from 3.6.x to 3.5.x should result in this going away, though it's not clear from your post whether it's actually causing problems at runtime or whether it's just an incorrectly triggered warning.

    0 讨论(0)
提交回复
热议问题