Ronnie has proposed merging lp:~ronnie.vd.c/loco-directory/750944-flicker-group
into lp:loco-directory.
Requested reviews:
loco-directory-dev (loco-directory-dev)
Related bugs:
Bug #750944 in loco-directory: "change "flickr user ID" to "flickr user/group
ID'"
https://bugs.launchpad.net/loco-directory/+bug/750944
For more details, see:
https://code.launchpad.net/~ronnie.vd.c/loco-directory/750944-flicker-group/+merge/56299
Added Group to Flickr User ID naming
--
https://code.launchpad.net/~ronnie.vd.c/loco-directory/750944-flicker-group/+merge/56299
Your team loco-directory-dev is requested to review the proposed merge of
lp:~ronnie.vd.c/loco-directory/750944-flicker-group into lp:loco-directory.
=== modified file 'loco_directory/teams/models.py'
--- loco_directory/teams/models.py 2011-01-18 20:49:15 +0000
+++ loco_directory/teams/models.py 2011-04-05 07:47:43 +0000
@@ -91,7 +91,7 @@
contact_profiles = models.ManyToManyField(UserProfile, related_name='contacts')
mugshot_url = models.URLField(_("Team Logo"), verify_exists=False, null=True, blank=True)
languages = models.ManyToManyField(Language)
- flickr_id = models.CharField(_("Flickr User ID"), max_length=20, null=True, blank=True,
+ flickr_id = models.CharField(_("Flickr User/Group ID"), max_length=20, null=True, blank=True,
help_text=_("To get your Flickr user id go to http://idgettr.com. Ex. 47353004@N03"))
picasa_id = models.CharField(_("Picasa User ID"), max_length=20, null=True, blank=True,
help_text=_("Ex. [email protected], so your Picasa id is : toto"))
_______________________________________________
Mailing list: https://launchpad.net/~loco-directory-dev
Post to : [email protected]
Unsubscribe : https://launchpad.net/~loco-directory-dev
More help : https://help.launchpad.net/ListHelp