Merge lp://staging/~cjohnston/summit/633515 into lp://staging/summit
Proposed by
Chris Johnston
Status: | Merged | ||||
---|---|---|---|---|---|
Merged at revision: | 26 | ||||
Proposed branch: | lp://staging/~cjohnston/summit/633515 | ||||
Merge into: | lp://staging/summit | ||||
Diff against target: |
243 lines (+188/-5) 5 files modified
summit/schedule/migrations/0003_add_slug_field.py (+182/-0) summit/schedule/models/trackmodel.py (+2/-1) summit/schedule/templates/schedule/schedule_list.html (+1/-1) summit/schedule/views.py (+2/-2) summit/urls.py (+1/-1) |
||||
To merge this branch: | bzr merge lp://staging/~cjohnston/summit/633515 | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Dave Walker (community) | Approve | ||
Review via email: mp+36091@code.staging.launchpad.net |
Description of the change
Creates a track slug, allowing the track title to have spaces and requiring underscores in the slug.
Will fail when displaying old UDS events due the the event not having a slug. Known bug, however in the next release, only the next UDS is being displayed, so pushing now to get functionality available in next release.
To post a comment you must log in.
Thanks for this branch Chris, you did a cracking job!