Merge lp:~dholbach/developer-ubuntu-com/1506861 into lp:developer-ubuntu-com
| Status: | Merged | ||||
|---|---|---|---|---|---|
| Approved by: | David Callé on 2015-10-29 | ||||
| Approved revision: | 159 | ||||
| Merged at revision: | 158 | ||||
| Proposed branch: | lp:~dholbach/developer-ubuntu-com/1506861 | ||||
| Merge into: | lp:developer-ubuntu-com | ||||
| Diff against target: |
41 lines (+6/-2) 2 files modified
developer_portal/management/commands/import-external-docs-branches.py (+5/-1) requirements.txt (+1/-1) |
||||
| To merge this branch: | bzr merge lp:~dholbach/developer-ubuntu-com/1506861 | ||||
| Related bugs: |
|
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| David Callé | 2015-10-29 | Approve on 2015-10-29 | |
| Michael Hall | 2015-10-29 | Pending | |
| Ubuntu App Developer site developers | 2015-10-29 | Pending | |
|
Review via email:
|
|||
Commit Message
Fix the messed up article tree after markdown article import:
- require fresh mptt (0.7.4)
- run 'cms fix-mptt' management command after import
Thanks a lot Daniele Procida.
Description of the Change
Fix the messed up article tree after markdown article import:
- require fresh mptt (0.7.4)
- run 'cms fix-mptt' management command after import
Thanks a lot Daniele Procida.
To test either try the debug branch in https:/
1|lp:snapcraft|snappy/
2|lp:snappy/15.04|snappy/
3|lp:snappy|snappy/
to the external doc branches in the admin interface and run
and run:
- ./env/bin/pip -r requirements.txt install # don't use --upgrade as it'll
- ./env/bin/python2.7 manage.py import import-
Go to the list of pages and see how they're all in the right place.
This will require us to update the pip cache and stuff.
- 159. By Daniel Holbach on 2015-10-29
-
move 'cms fix-mptt' out of the d'tor


Yes!