Chris Johnston has proposed merging lp:~chrisjohnston/loco-directory/701115
into lp:loco-directory.
Requested reviews:
LoCo Team Portal Developers (loco-directory-dev)
Related bugs:
Bug #701115 in LoCo Team Portal: "Template error when team has no name"
https://bugs.launchpad.net/loco-directory/+bug/701115
For more details, see:
https://code.launchpad.net/~chrisjohnston/loco-directory/701115/+merge/80568
--
https://code.launchpad.net/~chrisjohnston/loco-directory/701115/+merge/80568
Your team LoCo Team Portal Developers is requested to review the proposed merge
of lp:~chrisjohnston/loco-directory/701115 into lp:loco-directory.
=== modified file 'loco_directory/teams/models.py'
--- loco_directory/teams/models.py 2011-08-30 11:41:16 +0000
+++ loco_directory/teams/models.py 2011-10-27 14:12:27 +0000
@@ -83,7 +83,7 @@
class Team(models.Model, LocalTimeMixin):
lp_name = models.CharField(_("Launchpad Team ID"), max_length=40, null=True)
- name = models.CharField(_("Team Name"), max_length=80, null=True)
+ name = models.CharField(_("Team Name"), max_length=80, null=False, default='')
override_name = models.CharField(_("Override Imported Team Name"), max_length=80, null=True, blank=True)
countries = models.ManyToManyField(Country)
spr = models.CharField(_("State/Province/Region"), max_length=50, null=True, blank=True)
_______________________________________________
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