We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f256646 commit c278babCopy full SHA for c278bab
MANIFEST.in
@@ -1,2 +1,3 @@
1
include LICENSE
2
include README.rst
3
+include CHANGELOG.rst
README.rst
@@ -14,7 +14,7 @@ Status
14
.. image:: https://secure.travis-ci.org/django-haystack/pysolr.png
15
:target: https://secure.travis-ci.org/django-haystack/pysolr
16
17
-`Changelog <CHANGELOG.rst>`_
+`Changelog <https://github.com/django-haystack/pysolr/blob/master/CHANGELOG.rst>`_
18
19
Features
20
========
@@ -98,6 +98,7 @@ Basic usage looks like:
98
solr.delete(q='*:*')
99
100
.. code-block:: python
101
+
102
# For SolrCloud mode, initialize your Solr like this:
103
104
zookeeper = pysolr.Zookeeper("zkhost1:2181,zkhost2:2181,zkhost3:2181")
0 commit comments