summaryrefslogtreecommitdiff
path: root/src/mailman/database/domain.py
Commit message (Collapse)AuthorAgeFilesLines
* database/model reorganization. Model classes go in mailman.model. StockBarry Warsaw2009-10-101-163/+0
| | | | | database support goes in mailman.database. Move stuff out of mailman/database/__init__.py.
* Move BadDomainSpecificationError to domain.txt interface. Try to set this toBarry Warsaw2009-07-261-2/+2
| | | | | | return an HTTP 400 error, though it does not seem to work. Expose list creation through the API.
* Wow. Put domains into the database.Barry Warsaw2009-07-161-0/+163
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.