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). |
| 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). |
| 4 | |
| 5 | People 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... |