Skip to content

Commit

Permalink
Django-tagging v0.4.4 is now used for compatibility with Django 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Fantomas42 committed Sep 5, 2016
1 parent eb43a5d commit 822068a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started/install.rst
Expand Up @@ -15,7 +15,7 @@ Make sure to install these packages prior to installation :
* `Django`_ >= 1.10,<1.11
* `Pillow`_ >= 2.0.0
* `django-mptt`_ >= 0.8.6
* `django-tagging`_ >= 0.4.3
* `django-tagging`_ >= 0.4.4
* `beautifulsoup4`_ >= 4.1.3
* `mots-vides`_ >= 2015.2.6
* `regex`_ >= 2016.3.2
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Expand Up @@ -2,7 +2,7 @@ beautifulsoup4==4.5.1
django==1.10
django-contrib-comments==1.7.2
django-mptt==0.8.6
django-tagging==0.4.3
django-tagging==0.4.4
django-xmlrpc==0.1.5
mots-vides==2015.5.11
pillow==3.3.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -35,7 +35,7 @@
install_requires=['beautifulsoup4>=4.3.2',
'django-contrib-comments>=1.7.2',
'django-mptt>=0.8.6',
'django-tagging>=0.4.3',
'django-tagging>=0.4.4',
'django-xmlrpc>=0.1.5',
'mots-vides>=2015.5.11',
'pillow>=2.0.0',
Expand Down
2 changes: 1 addition & 1 deletion versions.cfg
Expand Up @@ -10,7 +10,7 @@ coverage = 4.2
django = 1.10
django-contrib-comments = 1.7.2
django-mptt = 0.8.6
django-tagging = 0.4.3
django-tagging = 0.4.4
django-xmlrpc = 0.1.5
djangorecipe = 2.2.1
docutils = 0.12
Expand Down

0 comments on commit 822068a

Please sign in to comment.