Chris Johnston has proposed merging lp:~chrisjohnston/loco-directory/724759 
into lp:loco-directory.

Requested reviews:
  LoCo Team Portal Developers (loco-directory-dev)
Related bugs:
  Bug #724759 in LoCo Team Portal: "always display the needed information for 
the time of an event"
  https://bugs.launchpad.net/loco-directory/+bug/724759

For more details, see:
https://code.launchpad.net/~chrisjohnston/loco-directory/724759/+merge/80559
-- 
https://code.launchpad.net/~chrisjohnston/loco-directory/724759/+merge/80559
Your team LoCo Team Portal Developers is requested to review the proposed merge 
of lp:~chrisjohnston/loco-directory/724759 into lp:loco-directory.
=== modified file 'loco_directory/events/models.py'
--- loco_directory/events/models.py	2011-08-27 23:19:01 +0000
+++ loco_directory/events/models.py	2011-10-27 12:58:23 +0000
@@ -20,8 +20,8 @@
     a simple basic event
     """
     name = models.CharField(max_length=150, verbose_name=_('Event Name'))
-    date_begin = models.DateTimeField(help_text=_('Local date and time that the event starts'), verbose_name=_('Begins'), db_index=True)
-    date_end = models.DateTimeField(help_text=_('Local date and time that the event ends'), verbose_name=_('Ends'), db_index=True)
+    date_begin = models.DateTimeField(help_text=_('Local date and time that the event starts'), verbose_name=_('Local Start Time'), db_index=True)
+    date_end = models.DateTimeField(help_text=_('Local date and time that the event ends'), verbose_name=_('Local End Time'), db_index=True)
     description = models.TextField(help_text=_('Description of the Event'), blank=True, null=True)
     announce = models.URLField(verbose_name=_('Announcement'), help_text=_('URL for the announcement'), max_length=200, verify_exists=False, blank=True, null=True)
     date_created = models.DateTimeField(help_text=_('the date and time when the event was created'), default=datetime.datetime.now(), db_index=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

Reply via email to