← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~stevenk/launchpad/db-recipe-description-really-this-time into lp:launchpad/db-devel

 

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(