[Python-modules-commits] [django-haystack] branch master updated (170daf4 -> 372b696)

Michael Fladischer fladi at moszumanska.debian.org
Tue Jan 3 14:18:20 UTC 2017


This is an automated email from the git hooks/post-receive script.

fladi pushed a change to branch master
in repository django-haystack.

      from  170daf4   change target to unstable change urgency to medium
       new  54f8cc3   Import django-haystack_2.5.1.orig.tar.gz
       new  11a56c3   record new upstream branch created by importing django-haystack_2.5.1.orig.tar.gz and merge it
       new  fa68cd2   change version to 2.5.1-1 (UNRELEASED) New upstream release. change urgency to low
       new  372b696   change target to unstable

The 4 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 +
 debian/.git-dpm                                    | 14 ++++----
 debian/changelog                                   |  6 ++++
 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 ++++++++++++++++
 31 files changed, 220 insertions(+), 93 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