Changes between Initial Version and Version 1 of Ticket #24335, comment 4
- Timestamp:
- Feb 14, 2015, 1:59:20 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24335, comment 4
initial v1 1 1 I'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. 2 2 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" .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" (ie. >= 2.4).