summaryrefslogtreecommitdiff
path: root/src/mailman/docs
diff options
context:
space:
mode:
authorBarry Warsaw2014-03-15 16:15:41 -0400
committerBarry Warsaw2014-03-15 16:15:41 -0400
commit3a9725b91ef822122a70170333d71b58e1788a78 (patch)
tree0f37ff16e9633ec3937f0a09485aec4ebd98529c /src/mailman/docs
parent547d6b4c53cf9b893571706b8b0bee386b1dd043 (diff)
downloadmailman-3a9725b91ef822122a70170333d71b58e1788a78.tar.gz
mailman-3a9725b91ef822122a70170333d71b58e1788a78.tar.zst
mailman-3a9725b91ef822122a70170333d71b58e1788a78.zip
* Fix IntegrityError (against PostgreSQL) when deleting a list with content
filters. Given by Aurélien Bompard. (LP: #1117174)
Diffstat (limited to 'src/mailman/docs')
-rw-r--r--src/mailman/docs/NEWS.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst
index 37789526d..05e29d2c6 100644
--- a/src/mailman/docs/NEWS.rst
+++ b/src/mailman/docs/NEWS.rst
@@ -67,6 +67,8 @@ Bugs
* Fix non-member moderation rule to prefer a member sender if both members
and non-members are in the message's sender list. Given by Aurélien
Bompard. (LP: #1291452)
+ * Fix IntegrityError (against PostgreSQL) when deleting a list with content
+ filters. Given by Aurélien Bompard. (LP: #1117174)
3.0 beta 3 -- "Here Again"