diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-08-26 15:52:36 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-08-26 15:52:36 +0200 |
commit | a86d598a1440ddee5fea656246b545070635c671 (patch) | |
tree | 78256a50dac97bc0ff60308fa53807ad7a41933e /requirements.txt | |
parent | 0d00237bdcf89cf568b864488d12cbf446c980c6 (diff) | |
download | Ishtar-a86d598a1440ddee5fea656246b545070635c671.tar.bz2 Ishtar-a86d598a1440ddee5fea656246b545070635c671.zip |
Django 1.11 - requirements: ajax-selects to v.1.6
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 3e8fcb29f..2b41343a2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ html5lib==0.999 django-extra-views==0.2.4 beautifulsoup4==4.3.2 markdown==2.5.1 -django-ajax-selects==1.4.3 +django-ajax-selects==1.6.0 django-formtools==2.0 |