Custom Query (2152 matches)
Results (1846 - 1848 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2399 | fixed | Model cleanup in CKAN core has broken ckanext-spatial | amercader | seanh |
Description |
root@lucid32:/usr/local/feature-2375-demo-theme/pyenv/src/ckan# sudo -u www-data /usr/local/feature-2375-demo-theme/pyenv/bin/paster --plugin=ckanext-spatial spatial initdb 4326 --config=/usr/local/feature-2375-demo-theme/pyenv/src/ckan/development.ini Traceback (most recent call last):
NameError?: global name 'metadata' is not defined |
|||
#2401 | fixed | CLI for time/speed profiling | dread | dread |
Description |
To enable you to easily track down what is taking all the time when you make a request. |
|||
#2402 | fixed | search result speedup. | kindly | kindly |
Description |
Search results are slow as we do many package_dictize. Store the package_dict in the search index so that we do not have to hit the database for each of them. |