Move sets to user lists.
authorRadek Czajka <rczajka@rczajka.pl>
Tue, 15 Jul 2025 13:49:20 +0000 (15:49 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Tue, 15 Jul 2025 13:49:20 +0000 (15:49 +0200)
commit9dc1452931f801d6ad00d1238531769b3887a820
tree6e5b28d87ed574236162751d3bceb56d4a7464cb
parenta84167ce03ffdca5a9ff74f5e3c2f40dc05fbbf4
Move sets to user lists.
20 files changed:
src/catalogue/models/book.py
src/catalogue/models/tag.py
src/catalogue/templates/catalogue/book_short.html [deleted file]
src/catalogue/templatetags/catalogue_tags.py
src/catalogue/views.py
src/lesmianator/models.py
src/lesmianator/views.py
src/opds/views.py
src/reporting/views.py
src/search/views.py
src/social/admin.py
src/social/api/views.py
src/social/forms.py
src/social/migrations/0020_userlist_userlistitem.py [new file with mode: 0644]
src/social/migrations/0021_move_sets.py [new file with mode: 0644]
src/social/models.py
src/social/templates/social/shelf_tags.html [deleted file]
src/social/templatetags/social_tags.py
src/social/utils.py
src/social/views.py