diff options
| author | mike bayer <mike_mp@zzzcomputing.com> | 2018-05-17 17:25:48 -0400 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@ci.zzzcomputing.com> | 2018-05-17 17:25:48 -0400 |
| commit | 5957c212a770baf27bf659c4daac73cf320db7a9 (patch) | |
| tree | c47912d77f0c4738e58def6476436515d1e6d0b3 /doc | |
| parent | 9f7814c8b8edbae03cece6e63ee59c0bfb3140d3 (diff) | |
| parent | 2c7f2954f793cbb4d991a870c1f725fc98e2e83f (diff) | |
| download | sqlalchemy-5957c212a770baf27bf659c4daac73cf320db7a9.tar.gz | |
Merge "Update dogpile.cache example to be compatible with baked query."
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/unreleased_12/4258.rst | 10 |
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`. |
