简体   繁体   English

Django-haystack 2.6.1与Django 2.0兼容吗?

[英]Is Django-haystack 2.6.1 compatible with Django 2.0?

My question is simple (as per title). 我的问题很简单(按标题)。 Is the current Django-haystack compatible with the newest Django 2.0? 当前的Django干草堆是否与最新的Django 2.0兼容? Is anyone using this combination? 有人使用这种组合吗?

The requirements in the docs and at PYPI suggest that it is: 文档和PYPI中的要求表明:

But the following user faces issues as well as I do when trying to use it with Django 2.0: 但是以下用户在尝试与Django 2.0一起使用时遇到了同样的问题:

The same setup works with Django 1.11. 相同的设置适用于Django 1.11。

Thanks! 谢谢!

Haystack 2.6.1 does not support Django 2.0. Haystack 2.6.1不支持Django 2.0。 The README said a supported version of Django but did not explicitly specify the supported versions. 自述文件表示Django的受支持版本,但未明确指定受支持的版本。 If you look at the setup.py , install_requires contained 'Django>=1.8,<1.12'. 如果查看setup.py ,则install_requires包含'Django>=1.8,<1.12'.

Support for Django 2.0 was added in Haystack 2.8, which was released in March 2018. 在2018年3月发布的Haystack 2.8中添加了对Django 2.0的支持

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM