[ckan-changes] [ckan/ckan] cfa4e6: [#1725] Rename IDatastore's methods to datastore_*
GitHub
noreply at github.com
Thu May 29 13:04:52 UTC 2014
Branch: refs/heads/1725-extend-datastore
Home: https://github.com/ckan/ckan
Commit: cfa4e6f9361e5276031bebe486a578e35dcbd947
https://github.com/ckan/ckan/commit/cfa4e6f9361e5276031bebe486a578e35dcbd947
Author: Vitor Baptista <vitor at vitorbaptista.com>
Date: 2014-05-29 (Thu, 29 May 2014)
Changed paths:
M ckanext/datastore/db.py
M ckanext/datastore/interfaces.py
M ckanext/datastore/plugin.py
M ckanext/datastore/tests/sample_datastore_plugin.py
M ckanext/datastore/tests/test_interface.py
Log Message:
-----------
[#1725] Rename IDatastore's methods to datastore_*
This makes it less likely for some other interface to use the same method
names, and makes it clearer IMO what these methods are about.
More information about the ckan-changes
mailing list