summaryrefslogtreecommitdiff
path: root/src/mailman/database/mime.py
Commit message (Collapse)AuthorAgeFilesLines
* database/model reorganization. Model classes go in mailman.model. StockBarry Warsaw2009-10-101-52/+0
| | | | | database support goes in mailman.database. Move stuff out of mailman/database/__init__.py.
* Convert content filter and acceptable aliases away from pickle types.Barry Warsaw2009-03-031-0/+52
* Add an adapter from mailing lists to acceptable alias set. Use this instead of the old acceptable alias interface, which is not removed. * Add contentfilter table * Add a bunch of missing docstrings