summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2018-05-16 16:31:40 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2018-05-17 12:43:44 -0400
commit2c7f2954f793cbb4d991a870c1f725fc98e2e83f (patch)
tree7a3120e049660c0f924e3f718798e1b442e6a9a4 /doc
parentb9f428a589a1718efa20e5555be45ae3f767e89e (diff)
downloadsqlalchemy-2c7f2954f793cbb4d991a870c1f725fc98e2e83f.tar.gz
Update dogpile.cache example to be compatible with baked query.
Updated the dogpile.caching example to include new structures that accommodate for the "baked" query system, which is used by default within lazy loaders and some eager relationship loaders. The dogpile.caching "relationship_caching" and "advanced" examples were also broken due to :ticket:`4256`. The issue here is also worked-around by the fix in :ticket:`4128`. Note that this recipe requires I3f86fcb12a6a9a89aa308b335e75c25969bcc30e in order for the "advanced" example to work. Change-Id: I9d35417f1d6c1906555583b8225d3da7f81736f7 Fixes: #4258
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/unreleased_12/4258.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_12/4258.rst b/doc/build/changelog/unreleased_12/4258.rst
new file mode 100644
index 000000000..62a095375
--- /dev/null
+++ b/doc/build/changelog/unreleased_12/4258.rst
@@ -0,0 +1,10 @@
+.. change::
+ :tags: bug, orm
+ :tickets: 4258
+
+ Updated the dogpile.caching example to include new structures that
+ accommodate for the "baked" query system, which is used by default within
+ lazy loaders and some eager relationship loaders. The dogpile.caching
+ "relationship_caching" and "advanced" examples were also broken due to
+ :ticket:`4256`. The issue here is also worked-around by the fix in
+ :ticket:`4128`.