Add Book.ancestor m2m.
authorRadek Czajka <radekczajka@nowoczesnapolska.org.pl>
Wed, 10 Sep 2014 07:20:52 +0000 (09:20 +0200)
committerRadek Czajka <radekczajka@nowoczesnapolska.org.pl>
Wed, 10 Sep 2014 07:20:52 +0000 (09:20 +0200)
commitdfd584e3b136d770bf56569030d10712a8722569
tree6b6bae8dca590ce28daa90c04d6105d0d97f292f
parent0e9ce396fab5cdfc2f1806bae43f05de77cb1e21
Add Book.ancestor m2m.
Remove *.*_counter, *.related_info, Tag.*_count model fields.
33 files changed:
apps/api/handlers.py
apps/api/management/commands/mobileinit.py
apps/catalogue/fields.py
apps/catalogue/helpers.py [new file with mode: 0644]
apps/catalogue/management/commands/checkintegrity.py
apps/catalogue/migrations/0002_book_ancestor.py [new file with mode: 0644]
apps/catalogue/models/book.py
apps/catalogue/models/listeners.py
apps/catalogue/models/tag.py
apps/catalogue/tasks.py
apps/catalogue/templates/catalogue/book_short.html
apps/catalogue/templates/catalogue/inline_tag_list.html
apps/catalogue/templates/catalogue/search_multiple_hits.html
apps/catalogue/templates/catalogue/tag_list.html
apps/catalogue/templatetags/catalogue_tags.py
apps/catalogue/tests/book_import.py
apps/catalogue/tests/tags.py
apps/catalogue/utils.py
apps/catalogue/views.py
apps/funding/models.py
apps/lesmianator/models.py
apps/newtagging/models.py
apps/opds/views.py
apps/picture/migrations/0002_remove_picture__related_info.py [new file with mode: 0644]
apps/picture/models.py
apps/picture/templates/picture/picture_wide.html
apps/picture/templatetags/picture_tags.py
apps/picture/tests/picture_import.py
apps/reporting/utils.py
apps/search/index.py
apps/search/templatetags/search_tags.py
apps/social/templatetags/social_tags.py
apps/social/utils.py