lp:~sambuddhabasu1/mailman/fix_mailman_run_error
- Get this branch:
- bzr branch lp:~sambuddhabasu1/mailman/fix_mailman_run_error
Branch merges
- Barry Warsaw: Needs Fixing
-
Diff: 12 lines (+1/-1)1 file modifiedsrc/mailman/config/config.py (+1/-1)
Branch information
Recent revisions
- 7298. By Barry Warsaw
-
* A new API is provided to support non-production testing infrastructures,
allowing a client to cull all orphaned UIDs via ``DELETE`` on
``<api>/reserved/ uids/orphans` `. Note that *no guarantees* of API
stability will ever be made for resources under ``reserved``.
(LP: #1420083)Also:
- Allow @dbconnection methods to be @staticmethods taking only one argument,
the store to perform the query on. - 7296. By Barry Warsaw
-
* When deleting a user via REST, make sure all linked addresses are deleted.
Found by Andrew Stuart. (LP: #1419519) - 7295. By Barry Warsaw
-
* You can now DELETE an address. If the address is linked to a user, the
user is not delete, it is just unlinked. - 7294. By Barry Warsaw
-
* When creating a user with an email address, do not create the user record
if the email address already exists. Given by Andrew Stuart.
(LP: #1418280)
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:mailman