Steve Kowalik has proposed merging
lp:~stevenk/launchpad/db-recipe-description-really-this-time into
lp:launchpad/db-devel.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~stevenk/launchpad/db-recipe-description-really-this-time/+merge/51682
Re-add required to description for SourcePackageRecipe, but set it to false,
since it defaults to True.
--
https://code.launchpad.net/~stevenk/launchpad/db-recipe-description-really-this-time/+merge/51682
Your team Launchpad code reviewers is requested to review the proposed merge of
lp:~stevenk/launchpad/db-recipe-description-really-this-time into
lp:launchpad/db-devel.
=== modified file 'lib/lp/code/interfaces/sourcepackagerecipe.py'
--- lib/lp/code/interfaces/sourcepackagerecipe.py 2011-02-28 14:03:09 +0000
+++ lib/lp/code/interfaces/sourcepackagerecipe.py 2011-03-01 03:13:17 +0000
@@ -221,7 +221,7 @@
"be unique for the given owner.")))
description = exported(Description(
- title=_('Description'),
+ title=_('Description'), required=False,
description=_('A short description of the recipe.')))
date_last_modified = exported(
_______________________________________________
Mailing list: https://launchpad.net/~launchpad-reviewers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~launchpad-reviewers
More help : https://help.launchpad.net/ListHelp