Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
f5786f03
Commit
f5786f03
authored
Sep 30, 2013
by
Weblate
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
e9b943b7
ed28208f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
docs/install.rst
docs/install.rst
+1
-1
trans/__init__.py
trans/__init__.py
+1
-1
No files found.
docs/install.rst
View file @
f5786f03
...
...
@@ -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/
...
...
trans/__init__.py
View file @
f5786f03
...
...
@@ -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.'
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment