我正在尝试在Windows 10计算机上为Wagtail网站设置开发环境。我正在使用wagtail 2.6.3和postgresql12。尝试迁移第一个安装程序时出现此错误。
django.db.utils.ProgrammingError: syntax error at or near "WITH ORDINALITY"
以下是我的要求。txt
beautifulsoup4==4.6.0
chardet==3.0.4
Django==2.2.13
django-modelcluster==4.4.1
django-taggit==0.24.0
django-treebeard==4.3.1
djangorestframework==3.11.0
draftjs-exporter==2.1.7
html5lib==1.0.1
idna==2.9
Pillow==6.2.2
pytz==2020.1
requests==2.23.0
six==1.15.0
sqlparse==0.3.1
Unidecode==1.1.1
urllib3==1.25.9
wagtail==2.6.3
webencodings==0.5.1
Willow==1.1
wincertstore==0.2
我还尝试使用基本的ag安装说明制作一个全新的应用程序。当我使用postgresql时,会在迁移时出错。我在这台机器上还有其他的django应用程序正在运行。
我还安装了django应用程序,并且迁移工作正常,因此它与w迁移问题有关。