On supprime tags en double
This commit is contained in:
parent
7a9e74b057
commit
03e10e91e2
@ -1359,8 +1359,7 @@ class Event(models.Model):
|
|||||||
if all and exact_location:
|
if all and exact_location:
|
||||||
result += ["exact_location"]
|
result += ["exact_location"]
|
||||||
result += ["image_alt", "reference_urls", "recurrences"]
|
result += ["image_alt", "reference_urls", "recurrences"]
|
||||||
if all:
|
|
||||||
result += ["tags"]
|
|
||||||
return result
|
return result
|
||||||
|
|
||||||
def find_last_imported(events):
|
def find_last_imported(events):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user