I'd say backport it. The 1.11 docs say to install 2.5.4 or higher ( https://github.com/django/django/blob/stable/1.11.x/docs/ref/databases.txt#L95 ). So either you backport the fix or edit the old docs to say <2.8, which is just as much work?
On Thu, 4 Apr 2019 at 13:52, Mariusz Felisiak <[email protected]> wrote: > Patch for adding support for psycopg2 *2.8* is ready (see ticket #30331 > <https://code.djangoproject.com/ticket/30331> and PR11171 > <https://github.com/django/django/pull/11171>). Fix is quite > straightforward and works with all supported version of psycopg2, i.e. > *2.5.4+*. The question is, should we backport this fix to the *1.11.x* > and *2.1.x*? Theoretically it doesn't qualify due to our backport policy, > because both are in the "extended support" time. > > -- > You received this message because you are subscribed to the Google Groups > "Django developers (Contributions to Django itself)" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/django-developers. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-developers/46e34105-d7b3-4026-b275-738c8b6c7d01%40googlegroups.com > <https://groups.google.com/d/msgid/django-developers/46e34105-d7b3-4026-b275-738c8b6c7d01%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Adam -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/CAMyDDM2npP7bQ5ikpAuTVTESj2Nt%2B07ERYKo9f%3DijdFU5Sg-AQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
