Django 和 PostgreSQL 最新和最好的版本

发布于 2024-12-20 15:47:32 字数 116 浏览 0 评论 0原文

我听说 PostgreSQL 和 Django + psycopg2 有很多兼容性问题。

对于从头开始的新 Django 项目,推荐的完全兼容的最新和最好的版本是什么?

I heard about lots of compatibility issues with PostgreSQL and Django + psycopg2.

What would be the recommended latest and greatest versions that are fully compatible for a new Django project starting from scratch?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

你如我软肋 2024-12-27 15:47:32

该错误并不严重:它仅影响测试期间的数据库创建: https://code.djangoproject.com/ticket /16250 psycopg和django之间应该没有其他问题。

使用 psycopg 2.4.1 可以避免这个问题,但从那时起已经修复了几个错误,所以我宁愿对 django 应用一些简单的补丁,以使两者能够很好地协同工作。

顺便说一句,我想知道他们什么时候发布 django 1.3.2:这个 bug 已经存在 6 个月了......

The bug is not critical: it only affects database creation during tests: https://code.djangoproject.com/ticket/16250 There should be no other problem between psycopg and django.

The problem can be avoided using psycopg 2.4.1, but there have been several bug fixes since then, so I'd rather apply some simple patch to django to make the two play well together.

BTW I wonder when will they release django 1.3.2: the bug is been there for 6 months now...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文