summaryrefslogtreecommitdiff
path: root/src/mailman/database/requests.py
Commit message (Collapse)AuthorAgeFilesLines
* database/model reorganization. Model classes go in mailman.model. StockBarry Warsaw2009-10-101-140/+0
| | | | | database support goes in mailman.database. Move stuff out of mailman/database/__init__.py.
* As before, replace config.db.requests and config.db.pendings with utilities.Barry Warsaw2009-08-261-4/+6
|
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+138
correctly regardless of how it's used.