summaryrefslogtreecommitdiff
path: root/src/mailman/database/alembic/versions/d4fbb4fd34ca_header_match_order.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* MySQL is now an officially supported database.Barry Warsaw2016-07-291-8/+24
| | | | Given by Abhilash Raj.
* Clean up the database directory.Barry Warsaw2016-03-241-4/+6
|
* Last cleanups.Barry Warsaw2016-02-291-1/+0
| | | | | | | | | * Remove an unused import. * Opportunistically remove ^Ls * Add a missing interface attribute. * Fix up some docstrings. * Rename a parameter in an interface for clarity. * Random code style cleanups.
* Review suggestions: rename the new index column to positionAurélien Bompard2016-02-291-20/+17
|
* The order of a mailing list's header matches is significantAurélien Bompard2016-02-291-0/+40
Add a numerical index property to HeaderMatch objects, and change the HeaderMatchSet manager to take the order into account. Items can now be inserted and removed by index.