summaryrefslogtreecommitdiff
path: root/src/mailman/database/member.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* database/model reorganization. Model classes go in mailman.model. StockBarry Warsaw2009-10-101-105/+0
| | | | | database support goes in mailman.database. Move stuff out of mailman/database/__init__.py.
* Wow. Put domains into the database.Barry Warsaw2009-07-161-2/+2
| | | | | | | | Add an IDomainManager and a global domain manager which can be gotten by adapting the global config object. Add an IDomainCollection interface for exposing the domain manager onto the API.
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+105
correctly regardless of how it's used.