fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Show full title in wide box.
[wolnelektury.git]
/
apps
/
dictionary
/
models.py
diff --git
a/apps/dictionary/models.py
b/apps/dictionary/models.py
index
7df3d75
..
2256acf
100644
(file)
--- a/
apps/dictionary/models.py
+++ b/
apps/dictionary/models.py
@@
-30,6
+30,6
@@
def build_notes(book):
html=html_str,
sort_key=sortify(text_str).strip()[:128])
-def notes_from_book(sender, **kwargs):
- build_notes.delay(
sender
)
+def notes_from_book(sender,
instance,
**kwargs):
+ build_notes.delay(
instance
)
Book.html_built.connect(notes_from_book)