summaryrefslogtreecommitdiff
path: root/doc/build
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2017-08-22 18:35:09 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2017-08-22 18:35:09 -0400
commit3f9df2b86b4a8d7912d1190aead4aa084daf802c (patch)
tree65074268fb837c80769c67e0b584e689c82330f1 /doc/build
parentd8a80a35a0f117c7659c7a9c62e27994d3aadc01 (diff)
downloadsqlalchemy-3f9df2b86b4a8d7912d1190aead4aa084daf802c.tar.gz
Handle cache key for option that has no strategy
Fixed regression where the use of a :func:`.undefer_group` option in conjunction with a lazy loaded relationship option would cause an attribute error, due to a bug in the SQL cache key generation added in 1.2 as part of :ticket:`3954`. Change-Id: Icd9a34f0b5aa96d6433a2ab9c8d3eaee0006f609 Fixes: #4049
Diffstat (limited to 'doc/build')
-rw-r--r--doc/build/changelog/unreleased_12/4049.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_12/4049.rst b/doc/build/changelog/unreleased_12/4049.rst
new file mode 100644
index 000000000..010d1a2c0
--- /dev/null
+++ b/doc/build/changelog/unreleased_12/4049.rst
@@ -0,0 +1,8 @@
+.. change::
+ :tags: bug, orm
+ :tickets: 4049
+
+ Fixed regression where the use of a :func:`.undefer_group` option
+ in conjunction with a lazy loaded relationship option would cause
+ an attribute error, due to a bug in the SQL cache key generation
+ added in 1.2 as part of :ticket:`3954`. \ No newline at end of file