Merge lp:~rye/python-oops-tools/trim-url-lp915335 into lp:python-oops-tools
Proposed by
Roman Yepishev
Status: | Merged |
---|---|
Approved by: | Robert Collins |
Approved revision: | 35 |
Merged at revision: | 36 |
Proposed branch: | lp:~rye/python-oops-tools/trim-url-lp915335 |
Merge into: | lp:python-oops-tools |
Diff against target: |
51 lines (+18/-1) 2 files modified
src/oopstools/oops/models.py (+2/-1) src/oopstools/oops/test/test_dboopsloader.py (+16/-0) |
To merge this branch: | bzr merge lp:~rye/python-oops-tools/trim-url-lp915335 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Robert Collins (community) | Approve | ||
Review via email: mp+116659@code.launchpad.net |
Commit message
Trim URL after all the quoting
Description of the change
This fixes the issue when a broken URL expands to more than 500 (MAX_URL_LEN) when quoted and makes the database unhappy.
To post a comment you must log in.
cool