bookwyrm/bookwyrm/models
Christof Dorner 3e25b04e4a Cache book_titleby only for 10 seconds
This should be enough caching when renderering pages like the feed, but
not so much that editing a book or author will not show the updated data.
At least without having to do some clever cache busting.
2022-12-20 21:48:16 +01:00
..
__init__.py Moves annual goal to its own file 2022-07-29 13:00:59 -07:00
activitypub_mixin.py Use asyncio for broadcasting 2022-11-10 15:41:56 -08:00
announcement.py Removes hardcoded white in announcements 2022-03-01 11:06:15 -08:00
annual_goal.py Moves annual goal to its own file 2022-07-29 13:00:59 -07:00
antispam.py Use variable instead of string 2022-11-13 16:59:05 +01:00
attachment.py New version of black, new whitespace 2021-04-26 09:15:42 -07:00
author.py Cache book_titleby only for 10 seconds 2022-12-20 21:48:16 +01:00
base_model.py Allow users to temporarily deactivate their accounts (#2324) 2022-11-10 13:40:54 -08:00
book.py Cache book_titleby only for 10 seconds 2022-12-20 21:48:16 +01:00
connector.py Merge branch 'main' into search-refactor 2021-09-30 10:41:30 -07:00
favorite.py Move notifications to signals 2021-09-22 09:24:39 -07:00
federated_server.py Use readable/translatable strings for db choices 2021-09-11 14:23:47 -07:00
fields.py Don't try to markdownify a null field 2022-12-05 15:12:53 -08:00
group.py Use signal for creating group invite notification 2022-07-04 20:24:29 -07:00
import_job.py Merge pull request #2516 from bookwyrm-social/import-queue 2022-12-16 14:58:35 -08:00
link.py Fixes errors in permissions 2022-07-07 14:01:51 -07:00
list.py Consistent use of plurals 2022-07-05 14:49:04 -07:00
notification.py Fixes duplicate notification on import 2022-11-07 10:36:31 -08:00
readthrough.py Save and display stopped date in readthrough 2022-05-26 11:53:33 -07:00
relationship.py Increase priority for follow activities and lower for shelve 2022-12-19 14:07:44 -08:00
report.py Adds permissions checking for admin models 2022-09-19 10:12:47 -07:00
shelf.py Increase priority for follow activities and lower for shelve 2022-12-19 14:07:44 -08:00
site.py Adds database fields for legal page/impressum 2022-11-25 11:02:42 -08:00
status.py Generate fewer add_status_tasks 2022-11-15 14:14:32 -08:00
user.py Add remote user test before the task is called 2022-12-19 22:26:09 +01:00