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


Ignore:
Timestamp:
Feb 14, 2015, 1:59:20 AM (9 years ago)
Author:
Thomas Stephenson

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24335, comment 4

    initial v1  
    11I've submitted a patch https://github.com/django/django/pull/4131 which conditionally defines the classes if an `ImportError` is raised when importing psycopg2.extras.Range.
    22
    3 I'm happy changing it to require `psycopg2>=2.5`, but obviously since this is my first contribution a suggestion like that was not my call to make and the bug as described had been accepted, so I implemented it directly as stated. Personally, my opinion on these matters is usually "continue support for the last two major versions of a package".
     3I'm happy changing it to require `psycopg2>=2.5`, but obviously since this is my first contribution a suggestion like that was not my call to make and the bug as described had been accepted, so I implemented it directly as stated. Personally, my opinion on these matters is usually "continue support for the last two major versions of a package" (ie. >= 2.4).
Back to Top