Merge pull request #1135 from diox/requirements-update-2

Bump some requirements again (bug 846349)
This commit is contained in:
Mathieu Pillard 2013-09-18 04:50:56 -07:00
Родитель d4c71d51ae e0478af906
Коммит 00b4058977
6 изменённых файлов: 14 добавлений и 16 удалений

Просмотреть файл

@ -297,13 +297,11 @@ class SearchMixin(object):
return indexes.get(cls._meta.db_table) or indexes['default']
@classmethod
def index(cls, document, id=None, bulk=False, force_insert=False,
index=None):
def index(cls, document, id=None, bulk=False, index=None):
"""Wrapper around pyes.ES.index."""
search.get_es().index(
document, index=index or cls._get_index(),
doc_type=cls._meta.db_table, id=id, bulk=bulk,
force_insert=force_insert)
doc_type=cls._meta.db_table, id=id, bulk=bulk)
@classmethod
def unindex(cls, id, index=None):

Просмотреть файл

@ -23,7 +23,7 @@ def update_blog_posts():
for item in items[:5]:
post = {}
post['title'] = item.title
post['date_posted'] = parser.parse(item.date)
post['date_posted'] = parser.parse(item.published)
post['permalink'] = item.link
BlogPost.objects.create(**post)

Просмотреть файл

@ -1,5 +1,5 @@
Jinja2==2.5.5
MarkupSafe==0.15
Jinja2==2.7.1
MarkupSafe==0.18
MySQL-python==1.2.3c1
lxml==2.2.6
PIL==1.1.7

Просмотреть файл

@ -2,4 +2,4 @@
-r compiled.txt
django-debug-toolbar==0.9.4
django-fixture-magic==0.0.3
django-fixture-magic==0.0.4

Просмотреть файл

@ -3,5 +3,5 @@
sphinxcontrib-httpdomain==1.1.9
docutils==0.11
Pygments==1.5
Pygments==1.6
Sphinx==1.1.3

Просмотреть файл

@ -2,7 +2,7 @@ amqp==1.0.11
anyjson==0.3.3
argparse==1.2.1
babel==0.9.6
basket-client==0.3.2
basket-client==0.3.7
billiard==2.7.3.28
bleach==1.1.5
boto==2.9.6
@ -14,14 +14,14 @@ chardet==1.0.1
cssutils==0.9.7b3
curling==0.2.6
Django==1.4.8
dj-database-url==0.2.1
dj-database-url==0.2.2
django-aesfield==0.1
django-browserid==0.8
django-cache-machine==0.6
django-celery==3.0.17
django-cronjobs==0.2.3
django_csp==1.0.2
django-extensions==1.1.1
django-extensions==1.2.1
django-filter==0.7
django-memcached-pool==0.4.1
django-multidb-router==0.5
@ -38,11 +38,11 @@ django-statsd-mozilla==0.3.8.6
django-storages==1.1.8
django-tastypie==0.9.11
django-waffle==0.9.1
easy-thumbnails==1.1
elasticutils==0.7
easy-thumbnails==1.3
elasticutils==0.8.1
email-reply-parser==0.1.9
fastchardet==0.2.0
feedparser==5.0.1
feedparser==5.1.3
fudge==1.0.3
GitPython==0.1.7
google-api-python-client==1.0
@ -67,7 +67,7 @@ oauth2==1.5.211
oauthlib==0.4.0
ordereddict==1.1
PyBrowserID==0.6
pyelasticsearch==0.5
pyelasticsearch==0.6
pyes==0.16.0
PyJWT-mozilla==0.1.4.2
PyMySQL==0.5