Closed categulario closed 2 years ago
@categulario thanks for reporting this!
CKAN's policy is to maintain compatibility for 2 minor versions, so when 2.10
is out, we will only support 2.10
and 2.9
. Therefore this was a bug that needed to be fixed.
I fixed it in #154 so the new version v1.5.2
should be also compatible with 2.9
.
I faced an error like the following trying to use version 1.5 of the extension in my CKAN 2.9 installation:
The change introduced in 19aaaf48 and published as part of version
1.5
renders the extension incompatible with CKAN 2.9 and previous. This table will help people install the appropiate version of the extension for their projects.Perhaps a line in
install_requires
asking for CKAN 2.10 would prevent this error from ever happening.