Commit f5786f03 authored by Weblate's avatar Weblate

Merge remote-tracking branch 'origin/master'

parents e9b943b7 ed28208f
......@@ -16,7 +16,7 @@ GitPython (>= 0.3)
https://github.com/gitpython-developers/GitPython
Git (>= 1.0)
http://git-scm.com/
Django-registration (= 0.8, 0.9 is not supported)
Django-registration (= 0.8, 0.9 or newer are not supported)
https://bitbucket.org/ubernostrum/django-registration/
Whoosh (>= 2.5, 2.5.2 is recommended)
http://bitbucket.org/mchaput/whoosh/
......
......@@ -52,6 +52,6 @@ def check_versions(sender, app, **kwargs):
if failure:
raise Exception(
'Some of required modules are missing or too old! '
'Some of required modules are missing or in wrong version! '
'Check above output for details.'
)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment