Forums

PostgreSQL 12 not supported by Django 5.1.3

Hi,

I added the postgres database option for my django project. However, when setting up in virtual environment, Django said i needed postgres 13. Only version 12 is shown in my database section.

Will 13 become available? Or should i set up my venv with Django 5.0?

Mark

Postgres 13 (or more likely a more recent version) is on the way, but we don't have a hard timeline yet. The first step is to get the client-side tools installed in a new system image (which is what we're working on right now) and once that's done we should be able to update postgres.

So for now I'd suggest building against a version of Django that supports version 12, as you said.