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
eb12729b
Commit
eb12729b
authored
Apr 24, 2013
by
Weblate
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
4616a8b4
f03854de
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
trans/models/unit.py
trans/models/unit.py
+2
-1
No files found.
trans/models/unit.py
View file @
eb12729b
...
...
@@ -948,7 +948,8 @@ class Unit(models.Model):
self
.
cleanup_checks
(
old_source_checks
,
old_target_checks
)
# Update failing checks flag
for
unit
in
Unit
.
objects
.
same
(
self
):
self
.
update_has_failing_check
()
for
unit
in
Unit
.
objects
.
same
(
self
).
exclude
(
id
=
self
.
id
):
unit
.
update_has_failing_check
()
def
update_has_failing_check
(
self
):
...
...
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