Changes between Initial Version and Version 1 of Ticket #24335, comment 9


Ignore:
Timestamp:
Feb 14, 2015, 7:45:40 AM (9 years ago)
Author:
Thomas Stephenson

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24335, comment 9

    initial v1  
    11While testing this, it seems that https://github.com/django/django/commit/39d95fb6ada99c59d47fa0eae6d3128abafe2d58 dropped support for psycopg2 <= 2.4.3 globally (new_array_type was added in 2.4.3). I'm just going to add a check for the version >= 2.5 into `django.db.backends.postgres_pyscopg2` and update `docs/ref/databases.txt`.
     2
     3edit: I posted this before reading your comment @claudep (it has been sitting unposted in my browser window for a while now). Perhaps this needs more discussion.
Back to Top