summaryrefslogtreecommitdiff
path: root/src/mailman/model/pending.py
Commit message (Expand)AuthorAgeFilesLines
* Delete subscription requests when a mailing list is deleted.Barry Warsaw2017-01-081-4/+3
* Delete all pendings when mailing list is deletedAbhilash Raj2017-01-081-2/+5
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
* Increase pendedkeyvalue table value column width.Mark Sapiro2016-12-151-2/+2
* Use `atpublic` for @public instead of internal copy.Barry Warsaw2016-11-291-1/+1
* Simplify the implementation.Barry Warsaw2016-10-171-2/+2
* MySQL is now an officially supported database.Barry Warsaw2016-07-291-5/+6
* Clean up the model and languages directories.Barry Warsaw2016-03-251-13/+8
* Happy New Year.Barry Warsaw2016-01-021-1/+1
* Give the predictable ID factories similar APIs.Aurélien Bompard2015-12-261-1/+1
* Return predictable token IDs in testing mode.Aurélien Bompard2015-12-261-13/+5
* A few minor cleanups.Barry Warsaw2015-12-161-3/+5
* Bring back the constructor for PendedKeyValueAurélien Bompard2015-12-161-0/+4
* Implement suggestions from the reviewAurélien Bompard2015-12-161-4/+7
* Add indexes on the Pendable fields that can be queried upon.Aurélien Bompard2015-12-161-13/+4
* Make sure that Pendables always have a typeAurélien Bompard2015-12-161-3/+9
* Add a find method for pending requestsAurélien Bompard2015-12-161-2/+20
* Use the relationship instead of an explicit queryAurélien Bompard2015-12-161-4/+2
* Use the relationship cascade feature to delete key-valuesAurélien Bompard2015-12-161-9/+1
* Checkpointing.Barry Warsaw2015-04-161-0/+5
* * Mailing list subscription policy work flow has been completely rewritten.Barry Warsaw2015-04-151-1/+6
|\
| * Checkpointing.Barry Warsaw2015-04-141-1/+5
|/
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-9/+4
* Fix pending.rst.Barry Warsaw2014-12-141-23/+11
* test_requests succeeds now, after changing some LargeBinary columns intoBarry Warsaw2014-12-011-4/+3
* * remove migrate commandAbhilash Raj2014-10-101-1/+1
* Add support for postgresqlAbhilash Raj2014-09-251-1/+1
* Pass all tests with PYTHONWARNINGS=error.Barry Warsaw2014-09-221-13/+13
* Clean up pass.Barry Warsaw2014-09-221-6/+9
* * remove some unused codeAbhilash Raj2014-09-191-1/+0
* fix all tests in mailman.model.testsAbhilash Raj2014-09-131-12/+13
* * change declarative_base class to use ModelMeta classAbhilash Raj2014-09-061-3/+7
* replace all storm types and relationships with sqlalchemyAbhilash Raj2014-09-051-10/+10
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* General code cleanup.Barry Warsaw2012-04-251-8/+7
* - Module modernatizations (print function).Barry Warsaw2012-04-221-8/+10
* ArchitectureBarry Warsaw2012-03-261-6/+6
* copybumpBarry Warsaw2012-01-011-1/+1
* Happy New Year.Barry Warsaw2011-01-011-1/+1
* Fix the obvious errors identified by pyflakes. Skip false positives (mostlyBarry Warsaw2010-10-081-2/+2
* Happy New Year.Barry Warsaw2010-01-011-1/+1
* * Make IDomainManager a utility, since the config object is global.Barry Warsaw2009-12-081-1/+3
* database/model reorganization. Model classes go in mailman.model. StockBarry Warsaw2009-10-101-0/+175