summaryrefslogtreecommitdiff
path: root/Mailman/database/model.py
Commit message (Collapse)AuthorAgeFilesLines
* Bite the bullet: rename the Mailman package to mailman.Barry Warsaw2008-02-271-54/+0
|
* Tweak copyright years.Barry Warsaw2008-02-071-1/+1
|
* Use a more efficient way of deleting rows from a table, which coincidentallyBarry Warsaw2008-01-021-2/+1
| | | | <wink> works around the storm cache bug #178546.
* Reorganize the database subpackage, primarily by removing the 'model'Barry Warsaw2007-12-081-0/+55
subdirectory and updating all relevant imports. Move of the circular import problems have been eliminated in the process.