Merge lp:~cjohnston/loco-team-portal/722565 into lp:loco-team-portal

Proposed by Chris Johnston
Status: Merged
Approved by: Chris Johnston
Approved revision: 406
Merged at revision: 408
Proposed branch: lp:~cjohnston/loco-team-portal/722565
Merge into: lp:loco-team-portal
Diff against target: 12 lines (+1/-1)
1 file modified
loco_directory/events/models.py (+1/-1)
To merge this branch: bzr merge lp:~cjohnston/loco-team-portal/722565
Reviewer Review Type Date Requested Status
Ronnie (community) Approve
Review via email: mp+50842@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Ronnie (ronnie.vd.c) wrote :

Looks good

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'loco_directory/events/models.py'
2--- loco_directory/events/models.py 2011-02-01 21:28:20 +0000
3+++ loco_directory/events/models.py 2011-02-23 00:56:23 +0000
4@@ -180,7 +180,7 @@
5 team_event = models.ForeignKey(TeamEvent, help_text=_('the Team Event'))
6 date_created = models.DateTimeField(help_text=_('the date and time when the event comment was created'), default=datetime.datetime.now(), db_index=True)
7 commenter_profile = models.ForeignKey(UserProfile, null=True)
8- comment = models.TextField(help_text=_('Comment this Event'), db_index=True)
9+ comment = models.TextField(help_text=_('Enter your comment for this event.'), db_index=True)
10
11 def get_local_created(self):
12 if self.team_event.venue:

Subscribers

People subscribed via source and target branches