From 12dad561a77506fe262d791d3135babc0be50e66 Mon Sep 17 00:00:00 2001 From: sanjana Date: Wed, 13 Feb 2019 10:17:46 -0500 Subject: Adding setter to should_evaluate_none property 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. Fixes: #4485 Closes: #4496 Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/4496 Pull-request-sha: 044beb23982d411be6fe640716b1b693df0f7189 Change-Id: I1f3e1d7dec9d2ceb6ccaaa8cac158a062cf02710 --- doc/build/changelog/unreleased_12/4485.rst | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/build/changelog/unreleased_12/4485.rst (limited to 'doc') 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. -- cgit v1.2.1