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

Michael Fladischer fladi at moszumanska.debian.org
Tue Mar 21 12:15:21 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  372b696   change target to unstable
      adds  94262c4   Import django-haystack_2.6.0.orig.tar.gz
      adds  065d8c6   record new upstream branch created by importing django-haystack_2.6.0.orig.tar.gz and merge it
      adds  9dd137b   change version to 2.6.0-1 (UNRELEASED) New upstream release.

No new revisions were added by this update.

Summary of changes:
 .travis.yml                                        |  28 +-
 AUTHORS                                            |   1 +
 README.rst                                         |   2 +-
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |   6 +
 docs/backend_support.rst                           |   2 +-
 docs/changelog.rst                                 | 284 +++++++++++++-
 docs/installing_search_engines.rst                 |   6 +-
 docs/management_commands.rst                       |  16 +-
 docs/searchqueryset_api.rst                        |   2 +-
 haystack/__init__.py                               |  10 +-
 haystack/backends/__init__.py                      |   2 +
 haystack/backends/elasticsearch2_backend.py        | 333 ++++++++++++++++
 haystack/fields.py                                 |   2 +-
 haystack/models.py                                 |   2 +-
 setup.py                                           |   4 +-
 test_haystack/core/custom_identifier.py            |   8 +-
 test_haystack/elasticsearch2_tests/__init__.py     |  29 ++
 .../test_backend.py}                               | 426 ++++++++++-----------
 .../test_inputs.py                                 |   6 +-
 .../test_query.py}                                 |  64 ++--
 test_haystack/elasticsearch_tests/__init__.py      |  14 +-
 test_haystack/settings.py                          |  10 +
 test_haystack/solr_tests/test_solr_backend.py      |   7 +
 test_haystack/test_managers.py                     |   2 +-
 test_haystack/test_utils.py                        |  14 +-
 tox.ini                                            | 184 +++++++--
 27 files changed, 1140 insertions(+), 338 deletions(-)
 create mode 100644 haystack/backends/elasticsearch2_backend.py
 create mode 100644 test_haystack/elasticsearch2_tests/__init__.py
 copy test_haystack/{elasticsearch_tests/test_elasticsearch_backend.py => elasticsearch2_tests/test_backend.py} (79%)
 copy test_haystack/{elasticsearch_tests => elasticsearch2_tests}/test_inputs.py (96%)
 copy test_haystack/{elasticsearch_tests/test_elasticsearch_query.py => elasticsearch2_tests/test_query.py} (75%)

-- 
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