[Python-modules-commits] [django-haystack] branch upstream updated (a01b8d3 -> 54f8cc3)
Michael Fladischer
fladi at moszumanska.debian.org
Tue Jan 3 14:18:22 UTC 2017
This is an automated email from the git hooks/post-receive script.
fladi pushed a change to branch upstream
in repository django-haystack.
from a01b8d3 Import django-haystack_2.5.0.orig.tar.gz
new 54f8cc3 Import django-haystack_2.5.1.orig.tar.gz
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 4 ++-
.travis.yml | 4 +--
AUTHORS | 2 ++
README.rst | 1 +
docs/backend_support.rst | 2 +-
docs/best_practices.rst | 6 ++--
docs/changelog.rst | 19 +++++-----
docs/searchindex_api.rst | 20 +++++------
docs/searchqueryset_api.rst | 25 +++++++++++--
haystack/backends/__init__.py | 3 +-
haystack/backends/elasticsearch_backend.py | 6 ++--
haystack/backends/solr_backend.py | 14 ++++++--
haystack/backends/whoosh_backend.py | 6 ++--
haystack/constants.py | 3 +-
haystack/management/commands/rebuild_index.py | 4 +++
haystack/management/commands/update_index.py | 6 ++--
haystack/utils/__init__.py | 5 ++-
setup.py | 4 +--
.../test_elasticsearch_backend.py | 9 +++--
.../test_elasticsearch_query.py | 10 ++++++
test_haystack/settings.py | 4 +--
test_haystack/solr_tests/test_solr_backend.py | 26 ++++++++++----
test_haystack/solr_tests/test_solr_query.py | 11 +++++-
test_haystack/test_managers.py | 4 +--
test_haystack/test_query.py | 42 +++++++++++-----------
test_haystack/test_views.py | 3 +-
test_haystack/whoosh_tests/test_whoosh_backend.py | 9 +++--
test_haystack/whoosh_tests/test_whoosh_query.py | 10 ++++++
tox.ini | 31 ++++++++++++++++
29 files changed, 207 insertions(+), 86 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-haystack.git
More information about the Python-modules-commits
mailing list