takahe/activities
Gabriel Rodríguez Alberich 8db05bed95
Prevent n+1 queries when rendering timelines (#165)
The linkify_mentions function is traversing the post's mentions, so
better prefetch those.
2022-12-14 10:16:22 -07:00
..
migrations Image attachment uploads 2022-12-01 18:47:04 -07:00
models A better way of handling URIs between local/remote 2022-12-12 11:56:49 -07:00
templatetags Hashtags 2022-11-28 21:41:36 -07:00
views Prevent n+1 queries when rendering timelines (#165) 2022-12-14 10:16:22 -07:00
__init__.py Got up to incoming posts working 2022-11-11 22:02:43 -07:00
admin.py Improve djadmin filtering and search (#149) 2022-12-08 10:29:51 -07:00
apps.py Got up to incoming posts working 2022-11-11 22:02:43 -07:00
search.py More API read coverage 2022-12-12 11:56:49 -07:00