summaryrefslogtreecommitdiff
path: root/src/mailman/model/address.py
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
* Use `atpublic` for @public instead of internal copy.Barry Warsaw2016-11-291-1/+1
* MySQL is now an officially supported database.Barry Warsaw2016-07-291-4/+5
* Tweak the import rules checker.Barry Warsaw2016-03-271-1/+1
* Clean up the model and languages directories.Barry Warsaw2016-03-251-7/+4
* First massive round of cleanups.Barry Warsaw2016-03-231-6/+5
* Super duper.Barry Warsaw2016-01-261-1/+1
* Happy New Year.Barry Warsaw2016-01-021-1/+1
* Add useful indexes on the member tableAurélien Bompard2015-11-211-1/+1
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-8/+4
* DatabaseBarry Warsaw2014-11-011-11/+15
|\
| * * remove migrate commandAbhilash Raj2014-10-101-2/+2
| * Use a simpler UUID implementation.Barry Warsaw2014-09-231-1/+1
| * Clean up pass.Barry Warsaw2014-09-221-4/+5
| * * remove some unused codeAbhilash Raj2014-09-191-1/+0
| * all tests except for importer working(ignoring test_migrations.py)Abhilash Raj2014-09-181-0/+1
| * fix all tests in mailman.model.testsAbhilash Raj2014-09-131-1/+1
| * * change declarative_base class to use ModelMeta classAbhilash Raj2014-09-061-2/+3
| * replace all storm types and relationships with sqlalchemyAbhilash Raj2014-09-051-4/+7
| * change models to use sqlalchemy models<WIP>Abhilash Raj2014-09-041-11/+11
|/
* Add an email address to an existing user via the REST API.Barry Warsaw2014-04-141-1/+4
|\
| * Instantiating an Address model now validates the email stringFlorian Fuchs2014-04-141-1/+4
|/
* 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-3/+4
* * An `AddressVerificationEvent` is triggered when an `IAddress` is verifiedBarry Warsaw2012-04-071-2/+12
* Schema change. After discussion at Pycon, we decided to change "real_name" toBarry Warsaw2012-03-151-4/+4
* copybumpBarry Warsaw2012-01-011-1/+1
* Add REST API for addresses, and change the user REST API to use it whereBarry Warsaw2011-04-191-0/+2
* Refactor .subscribe() from IAddress to IMailingList.Barry Warsaw2011-04-161-22/+1
* Happy New Year.Barry Warsaw2011-01-011-1/+1
* Because it was just to damn confusing, rename IAddress.address toBarry Warsaw2011-01-011-10/+10
* Happy New Year.Barry Warsaw2010-01-011-1/+1
* database/model reorganization. Model classes go in mailman.model. StockBarry Warsaw2009-10-101-0/+96