Use a more efficient way of deleting rows from a table, which coincidentally
commit0bf7659000d2736839919c1ac2adc99b9bcb1b46
authorBarry Warsaw <barry@python.org>
Tue, 15 Jan 2008 04:22:15 +0000 (14 23:22 -0500)
committerBarry Warsaw <barry@python.org>
Tue, 15 Jan 2008 04:22:15 +0000 (14 23:22 -0500)
tree7ebc75fb36da6f5de9e8626ae5f05bc52bd81ac1
parenta077406487020ecf8dfb7b27e931ca7eb9f5d3b2
Use a more efficient way of deleting rows from a table, which coincidentally
<wink> works around the storm cache bug #178546.
12 files changed:
Mailman/app/chains.py [new file with mode: 0644]
Mailman/app/moderator.py
Mailman/app/replybot.py
Mailman/app/rules.py
Mailman/configuration.py
Mailman/initialize.py
Mailman/interfaces/chain.py [new file with mode: 0644]
Mailman/interfaces/rules.py
Mailman/rules/__init__.py
Mailman/rules/any.py [new file with mode: 0644]
Mailman/templates/en/postauth.txt
setup.py