Merge lp://staging/~ris/loco-team-portal/fix-552762 into lp://staging/loco-team-portal
Proposed by
Robert Sajdok
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~ris/loco-team-portal/fix-552762 |
Merge into: | lp://staging/loco-team-portal |
Diff against target: |
1729 lines (+1420/-11) (has conflicts) 14 files modified
Makefile (+1/-1) loco_directory/events/forms.py (+101/-5) loco_directory/events/migrations/0010_auto__chg_field_attendee_guests.py (+184/-0) loco_directory/events/migrations/0011_auto__add_field_teamevent_created_by.py (+185/-0) loco_directory/events/migrations/0012_auto__add_teameventvenue.py (+196/-0) loco_directory/events/migrations/0013_historical_venue.py (+195/-0) loco_directory/events/migrations/0014_auto__del_field_teamevent_venue.py (+190/-0) loco_directory/events/models.py (+10/-2) loco_directory/events/views.py (+114/-3) loco_directory/media/css/venues.css (+10/-0) loco_directory/media/js/jquery.formset.js (+170/-0) loco_directory/media/js/venues.js (+3/-0) loco_directory/templates/events/team_event_new.html (+26/-0) loco_directory/templates/events/team_event_update.html (+35/-0) Text conflict in loco_directory/events/forms.py Conflict adding file loco_directory/events/migrations/0010_auto__chg_field_attendee_guests.py. Moved existing file to loco_directory/events/migrations/0010_auto__chg_field_attendee_guests.py.moved. Conflict adding file loco_directory/events/migrations/0011_auto__add_field_teamevent_created_by.py. Moved existing file to loco_directory/events/migrations/0011_auto__add_field_teamevent_created_by.py.moved. Text conflict in loco_directory/events/views.py Text conflict in loco_directory/templates/events/team_event_new.html Text conflict in loco_directory/templates/events/team_event_update.html |
To merge this branch: | bzr merge lp://staging/~ris/loco-team-portal/fix-552762 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Adnane Belmadiaf | Needs Fixing | ||
Chris Johnston | Needs Fixing | ||
Review via email: mp+142553@code.staging.launchpad.net |
To post a comment you must log in.
Unmerged revisions
- 556. By Robert Sajdok
-
South Changes for team event venue.
- 555. By Robert Sajdok
-
Resolve conflicts
- 554. By Robert Sajdok
-
LP: #552762: "LD needs to be able to allow for adding multiple locations for one event"
Add image files and migration. - 553. By Robert Sajdok
-
LP: #552762: "LD needs to be able to allow for adding multiple locations for one event"
Please clean up the merge conflicts.