Merge lp:~rye/python-oops-tools/quote-req-vars into lp:python-oops-tools
Proposed by
Roman Yepishev
Status: | Merged | ||||
---|---|---|---|---|---|
Merged at revision: | 13 | ||||
Proposed branch: | lp:~rye/python-oops-tools/quote-req-vars | ||||
Merge into: | lp:python-oops-tools | ||||
Diff against target: |
59 lines (+22/-3) (has conflicts) 2 files modified
src/oopstools/oops/models.py (+12/-0) src/oopstools/oops/test/test_dboopsloader.py (+10/-3) Text conflict in src/oopstools/oops/models.py |
||||
To merge this branch: | bzr merge lp:~rye/python-oops-tools/quote-req-vars | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Robert Collins (community) | Approve | ||
Review via email:
|
Description of the change
req_vars may contain weird content so we will want to sanitize it a bit before putting some values in the database.
To post a comment you must log in.
I don't understand why you're changing the input you get before storing it. Isn't it better to store the true values you received, and then sanitize your output if necessary?