Michael Hall has proposed merging lp:~mhall119/loco-directory/fixes-641345 into
lp:loco-directory.
Requested reviews:
loco-directory-dev (loco-directory-dev)
Related bugs:
#641345 Global event error when venue lacks country
https://bugs.launchpad.net/bugs/641345
--
https://code.launchpad.net/~mhall119/loco-directory/fixes-641345/+merge/35837
Your team loco-directory-dev is requested to review the proposed merge of
lp:~mhall119/loco-directory/fixes-641345 into lp:loco-directory.
=== modified file 'loco_directory/events/views.py'
--- loco_directory/events/views.py 2010-08-24 15:24:24 +0000
+++ loco_directory/events/views.py 2010-09-17 14:46:43 +0000
@@ -381,6 +381,7 @@
venue__country__continents__isnull=False)]
country_without_continents_ids = [a.venue.country.id \
for a in global_event_object.teamevent_set.filter(venue__isnull=False,
+ venue__country__isnull=False,
venue__country__continents__isnull=True)]
countries = Country.objects.filter(id__in=country_ids).order_by('name')
_______________________________________________
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