File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 2
2
celery-haystack
3
3
===============
4
4
5
- .. image :: https://secure.travis-ci.org/jezdez /celery-haystack.png?branch=develop
5
+ .. image :: https://secure.travis-ci.org/django-haystack /celery-haystack.png?branch=develop
6
6
:alt: Build Status
7
- :target: http://travis-ci.org/jezdez /celery-haystack
7
+ :target: http://travis-ci.org/django-haystack /celery-haystack
8
8
9
9
This Django app allows you to utilize Celery for automatically updating and
10
10
deleting objects in a Haystack _ search index.
@@ -127,4 +127,4 @@ Issues
127
127
Please use the `Github issue tracker `_ for any bug reports or feature
128
128
requests.
129
129
130
- .. _`Github issue tracker` : https://github.com/jezdez /celery-haystack/issues
130
+ .. _`Github issue tracker` : https://github.com/django-haystack /celery-haystack/issues
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ Changelog
4
4
v0.9 (unreleased)
5
5
-----------------
6
6
7
+ * Moved to Haystack GitHub org: https://github.com/django-haystack/celery-haystack
8
+
7
9
* Fix handling the default Haystack backend alias, making it a list.
8
10
9
11
* Added ``CELERY_HAYSTACK_QUEUE `` setting to define which Celery queue to use.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ summary = An app for integrating Celery with Haystack.
10
10
description-file = README.rst
11
11
home-page = http://celery-haystack.rtfd.org/
12
12
project-url =
13
- Github, https://github.com/jezdez /celery-haystack/
13
+ Github, https://github.com/django-haystack /celery-haystack/
14
14
classifier =
15
15
Development Status :: 4 - Beta
16
16
Environment :: Web Environment
You can’t perform that action at this time.
0 commit comments