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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24335, comment 11

    initial v1  
    11I'll defer completing this until I get some consensus about minimum supported versions.
    22
    3 It seems that `2.5` is an OK minimum for `django.contrib.postgres`, but `2.4.5` added support for Inet arrays to the `Inet` object, so that's the current minimum supported version for `db.backends` without a change to the current code (at least a more informative error than the current one about new_array_type being unavailable).
     3It seems that 2.5 is an OK minimum for `django.contrib.postgres`, but 2.4.5 added support for Inet arrays to the `Inet` object, so that's the current minimum supported version for `db.backends` without a change to the current code (at least a more informative error than the current one about new_array_type being unavailable).
     4
     5People using OS packages from lts releases of distros aren't going to be keeping django up to date anyway (they'll be using whatever OS package is provided of that on their OS, probably 1.3 or earlier). I'm a fan of backwards compatibility, but I think the listed requirements are more than reasonable, considering the age of the respective packages. Obviously it's not my call though, so...
    46
    57 
Back to Top