evennia/evennia
davewiththenicehat 7336957e9d HelpDetailView object cache
Created a cache for the object (target of the help request) in a HelpDetailView.
This reduces the call of DetailView.get_object by three or four times. Which also reduces the number of DetailView.get_queryset calls by the same amount.
Unit test created. To verify requesting a new object does not return the result from a previous request.
2021-06-11 09:27:37 -04:00
..
accounts I18n string cleanup and refactoring 2021-05-27 17:37:26 +02:00
commands file and command help web support, proof of concept 2021-06-04 16:24:51 -04:00
comms I18n string cleanup and refactoring 2021-05-27 17:37:26 +02:00
contrib Merge branch 'master' into develop 2021-05-30 09:15:49 +02:00
game_template Update game_template' with help changes 2021-05-30 21:02:34 +02:00
help cleanup 2021-06-05 21:18:49 -04:00
locale Prepare all .po files for updating by volunteers 2021-05-29 18:30:20 +02:00
locks Update localization 2021-05-29 13:22:19 +02:00
objects Prepare all .po files for updating by volunteers 2021-05-29 18:30:20 +02:00
prototypes Merge branch 'master' into develop 2021-05-30 09:15:49 +02:00
scripts Prepare all .po files for updating by volunteers 2021-05-29 18:30:20 +02:00
server Update localization 2021-05-29 13:22:19 +02:00
typeclasses Update doc strings 2021-05-29 13:53:11 +02:00
utils Update doc strings 2021-05-29 13:53:11 +02:00
web HelpDetailView object cache 2021-06-11 09:27:37 -04:00
__init__.py Add channel sub-permission checks for admin/manage switches 2021-05-11 23:19:09 +02:00
settings_default.py Customize api and add redoc autodocs 2021-05-23 13:12:07 +02:00
VERSION.txt Add documentation for new crafting contrib 2020-11-28 23:19:57 +01:00