diff --git a/docs/latest/.buildinfo b/docs/latest/.buildinfo index df4fadb00f..ac6c83deb8 100644 --- a/docs/latest/.buildinfo +++ b/docs/latest/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: c9b7991b1043e53483fa42e6286f4f64 +config: 224d24ea1bf52e25659e937a71f17735 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/latest/Coding/Changelog.html b/docs/latest/Coding/Changelog.html index 408c470806..1e80962dc5 100644 --- a/docs/latest/Coding/Changelog.html +++ b/docs/latest/Coding/Changelog.html @@ -204,6 +204,8 @@ admins an explicit action and opens up ON_DEMAND_HANDLER.set_dt(key, category, dt) and .set_stage(key, category, stage) to allow manual tweaking of task timings, for example for a spell speeding a plant’s growth (Griatch)

+
  • Feature: Add ON_DEMAND_HANDLER.get_dt/stages(key,category, **kwargs), where +the kwargs are passed into any stage-callable defined with the stages. (Griatch)

  • Feature: Add use_assertequal kwarg to the EvenniaCommandTestMixin testing class; this uses django’s assertEqual over the default more lenient checker, which can be useful for testing table whitespace (Griatch)

  • diff --git a/docs/latest/Components/OnDemandHandler.html b/docs/latest/Components/OnDemandHandler.html index 4cf35b88c9..85019b5c61 100644 --- a/docs/latest/Components/OnDemandHandler.html +++ b/docs/latest/Components/OnDemandHandler.html @@ -68,6 +68,7 @@
  • OnDemandHandler