#32856: Django 2.2 not compatible with psycopg 2.9
--------------------------------------------+------------------------
Reporter: Daniele Varrazzo | Owner: nobody
Type: Uncategorized | Status: new
Component: Uncategorized | Version: 2.2
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
--------------------------------------------+------------------------
Psycopg 2.9 passes a timedelta instead of an int number of minutes to the
tzinfo_factory object. Before making this change I looked at the Django
source to check some problems and didn't find any in master, but I missed
to check previous releases.
The issue has been reported in
https://github.com/psycopg/psycopg2/issues/1293
It is not immediate to me how to fix the problem while fixing
https://github.com/psycopg/psycopg2/issues/1272, so I will propose a MR to
fix the problem in Django.
--
Ticket URL: <https://code.djangoproject.com/ticket/32856>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/052.9e03e4361f783eecf05b3a91dc7a9a61%40djangoproject.com.