Skip to content

Commit

Permalink
Use django-contrib-comment 1.6 for Django 1.8 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Fantomas42 committed Apr 30, 2015
1 parent 95ca8bc commit 76aa81a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ Dependencies
Make sure to install these packages prior to installation :

* `Python`_ >= 2.7
* `Django`_ >= 1.7,<1.8
* `Django`_ >= 1.7,<1.9
* `Pillow`_ >= 2.0.0
* `django-mptt`_ >= 0.5.1
* `django-tagging`_ >= 0.3.4
* `beautifulsoup4`_ >= 4.1.3
* `mots-vides`_ >= 2015.2.6
* `django-contrib-comments`_ >= 1.5
* `django-contrib-comments`_ >= 1.6

The packages below are optionnal but needed for run the full test suite or
migrate the database.
Expand Down
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
pillow==2.7.0
django==1.7.3
django==1.7.7
django-mptt==0.6.1
django-tagging==0.3.4
django-xmlrpc==0.1.5
beautifulsoup4==4.3.2
pyparsing==2.0.3
mots-vides==2015.2.6
django-contrib-comments==1.5
django-contrib-comments==1.6.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
include_package_data=True,
zip_safe=False,
install_requires=['beautifulsoup4>=4.3.2',
'django-contrib-comments>=1.5',
'django-contrib-comments>=1.6.0',
'django-mptt>=0.6.1',
'django-tagging>=0.3.4',
'django-xmlrpc>=0.1.5',
Expand Down
2 changes: 1 addition & 1 deletion versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildout-versions-checker = 1.9
collective.recipe.sphinxbuilder = 0.8.2
coverage = 3.7.1
django = 1.7.7
django-contrib-comments = 1.5
django-contrib-comments = 1.6.0
django-mptt = 0.7.2
django-tagging = 0.3.4
django-xmlrpc = 0.1.5
Expand Down

0 comments on commit 76aa81a

Please sign in to comment.