fix adding event annotation

This commit is contained in:
j 2013-04-30 14:25:01 +00:00
parent ee9ec46602
commit 07af51ce22
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ def update_matches(id, type):
if p.annotations.exclude(id=id).count() == 0:
p.delete()
if a.get_layer().get('type') == type and a_matches.count() == 0:
a.places.add(Model.get_or_create(a.value))
a_matches.add(Model.get_or_create(a.value))
for p in a_matches.all():
p.update_matches()