Merge lp:~jcsackett/launchpad/restore-date_next_suggest_packaging into lp:launchpad
| Status: | Merged |
|---|---|
| Approved by: | Curtis Hovey on 2012-09-25 |
| Approved revision: | no longer in the source branch. |
| Merged at revision: | 16030 |
| Proposed branch: | lp:~jcsackett/launchpad/restore-date_next_suggest_packaging |
| Merge into: | lp:launchpad |
| Diff against target: |
56 lines (+24/-0) 3 files modified
lib/lp/registry/interfaces/product.py (+7/-0) lib/lp/registry/model/product.py (+16/-0) lib/lp/registry/stories/webservice/xx-project-registry.txt (+1/-0) |
| To merge this branch: | bzr merge lp:~jcsackett/launchpad/restore-date_next_suggest_packaging |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Curtis Hovey (community) | code | 2012-09-25 | Approve on 2012-09-25 |
|
Review via email:
|
|||
Commit Message
Restore date_next_
Description of the Change
Summary
=======
Adds the date_next_
It does not restore the db column.
Preimp
======
Spoke with Curtis Hovey.
Implementation
==============
An empty setter/getter pair is added so calls to the attribute return its
old default, None, and it cannot be changed. Description is updated to make it
clear that it is an obsolete attribute.
Tests
=====
bin/test -vvct xx-project-registry
QA
==
Ensure the attribute is available on 1.0 of the API.
LoC
===
This is part of a series with an LoC credit of 400+.
Lint
====
Checking for conflicts and issues in changed files.
Linting changed files:
lib/lp/
lib/lp/
lib/lp/
./lib/lp/
408: redefinition of function 'date_next_
Our linter doesn't understand current python property declarations.

Thank you.