fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
no fb2 on empty parents,
[wolnelektury.git]
/
apps
/
dictionary
/
models.py
diff --git
a/apps/dictionary/models.py
b/apps/dictionary/models.py
index
6238ccb
..
52d6871
100644
(file)
--- a/
apps/dictionary/models.py
+++ b/
apps/dictionary/models.py
@@
-10,6
+10,7
@@
from catalogue.models import Book
class Note(models.Model):
+ """Represents a single annotation from a book."""
book = models.ForeignKey(Book)
anchor = models.CharField(max_length=64)
html = models.TextField()