fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
more informative erro message [error connecting to Solr]
[wolnelektury.git]
/
apps
/
catalogue
/
models
/
book.py
diff --git
a/apps/catalogue/models/book.py
b/apps/catalogue/models/book.py
index
5bc1e10
..
980ad52
100644
(file)
--- a/
apps/catalogue/models/book.py
+++ b/
apps/catalogue/models/book.py
@@
-196,7
+196,7
@@
class Book(models.Model):
try:
index.index_book(self, book_info)
if index_tags:
- i
d
x.index_tags()
+ i
nde
x.index_tags()
if commit:
index.index.commit()
except Exception, e: