diff options
| author | mike bayer <mike_mp@zzzcomputing.com> | 2019-02-14 15:40:06 +0000 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@bbpush.zzzcomputing.com> | 2019-02-14 15:40:06 +0000 |
| commit | 4d7ac4be6c2f548b2e54d015003028bd9d10c805 (patch) | |
| tree | 8fc66cce383c6aea54567550f1cadea017d644a1 /doc | |
| parent | 71d642711d26ee8e1e7e8b19d70be8be1eca22eb (diff) | |
| parent | 12dad561a77506fe262d791d3135babc0be50e66 (diff) | |
| download | sqlalchemy-4d7ac4be6c2f548b2e54d015003028bd9d10c805.tar.gz | |
Merge "Adding setter to should_evaluate_none property"
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/unreleased_12/4485.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_12/4485.rst b/doc/build/changelog/unreleased_12/4485.rst new file mode 100644 index 000000000..dc5860440 --- /dev/null +++ b/doc/build/changelog/unreleased_12/4485.rst @@ -0,0 +1,8 @@ +.. change:: + :tags: bug, sql + :tickets: 4485 + + Fixed issue where the :class:`.JSON` type had a read-only + :attr:`.JSON.should_evaluate_none` attribute, which would cause failures + when making use of the :meth:`.TypeEngine.evaluates_none` method in + conjunction with this type. Pull request courtesy Sanjana S. |
