fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixes #3509: support for long titles.
[wolnelektury.git]
/
apps
/
catalogue
/
management
/
commands
/
checkintegrity.py
diff --git
a/apps/catalogue/management/commands/checkintegrity.py
b/apps/catalogue/management/commands/checkintegrity.py
index
51fcd94
..
6ae2b9a
100644
(file)
--- a/
apps/catalogue/management/commands/checkintegrity.py
+++ b/
apps/catalogue/management/commands/checkintegrity.py
@@
-55,7
+55,7
@@
class Command(BaseCommand):
print "Is: ", ", ".join(ancestors)
print "Should be:", ", ".join(parents)
if not options['dry_run']:
- book.
fix_tree_tag
s()
+ book.
repopulate_ancestor
s()
if options['verbose']:
print "Fixed."
if options['verbose']: