Merge lp:~ronnie.vd.c/loco-team-portal/750944-flicker-group into lp:loco-team-portal

Proposed by Ronnie
Status: Merged
Merged at revision: 425
Proposed branch: lp:~ronnie.vd.c/loco-team-portal/750944-flicker-group
Merge into: lp:loco-team-portal
Diff against target: 12 lines (+1/-1)
1 file modified
loco_directory/teams/models.py (+1/-1)
To merge this branch: bzr merge lp:~ronnie.vd.c/loco-team-portal/750944-flicker-group
Reviewer Review Type Date Requested Status
Adnane Belmadiaf Approve
Review via email: mp+56299@code.launchpad.net

Description of the change

Added Group to Flickr User ID naming

To post a comment you must log in.
Revision history for this message
Adnane Belmadiaf (daker) wrote :

Great Work!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'loco_directory/teams/models.py'
2--- loco_directory/teams/models.py 2011-01-18 20:49:15 +0000
3+++ loco_directory/teams/models.py 2011-04-05 07:47:43 +0000
4@@ -91,7 +91,7 @@
5 contact_profiles = models.ManyToManyField(UserProfile, related_name='contacts')
6 mugshot_url = models.URLField(_("Team Logo"), verify_exists=False, null=True, blank=True)
7 languages = models.ManyToManyField(Language)
8- flickr_id = models.CharField(_("Flickr User ID"), max_length=20, null=True, blank=True,
9+ flickr_id = models.CharField(_("Flickr User/Group ID"), max_length=20, null=True, blank=True,
10 help_text=_("To get your Flickr user id go to http://idgettr.com. Ex. 47353004@N03"))
11 picasa_id = models.CharField(_("Picasa User ID"), max_length=20, null=True, blank=True,
12 help_text=_("Ex. toto@gmail.com, so your Picasa id is : toto"))

Subscribers

People subscribed via source and target branches