summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/unreleased_12/4229.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_12/4229.rst b/doc/build/changelog/unreleased_12/4229.rst
new file mode 100644
index 000000000..d28146e42
--- /dev/null
+++ b/doc/build/changelog/unreleased_12/4229.rst
@@ -0,0 +1,9 @@
+.. change::
+ :tags: bug, postgresql
+ :tickets: 4229
+
+ Fixed bug where the special "not equals" operator for the Postgresql
+ "range" datatypes such as DATERANGE would fail to render "IS NOT NULL" when
+ compared to the Python ``None`` value.
+
+