django-translations icon indicating copy to clipboard operation
django-translations copied to clipboard

Postgres support

Open PeterJCLaw opened this issue 3 years ago • 2 comments

The project's README indicates that it's not compatible with PostgreSQL, however from experience it seems to in fact work ok. I'm not sure if I'm just not using all the features, but even then it might be useful to have details in the README about what's supported and what isn't.

Is there a record somewhere of what's known to be broken with PostgreSQL?

PeterJCLaw avatar Feb 01 '22 20:02 PeterJCLaw

Some of the more complicated queries do not work in PostgreSQL with the current code. One of the problems is documented in #65. I have submitted a PR which fixes PostgreSQL support: #83.

troyjfarrell avatar Feb 03 '22 04:02 troyjfarrell

👋 Hello, is there any reason the fix isn't merged yet?

marcinowski avatar Oct 28 '22 08:10 marcinowski