Add news transfer fix
This commit is contained in:
parent
aa6d88772d
commit
bcf52804a8
|
|
@ -433,7 +433,7 @@ def fix_news():
|
||||||
continue
|
continue
|
||||||
|
|
||||||
news.country = correct_country
|
news.country = correct_country
|
||||||
news.save()
|
news_item.save()
|
||||||
|
|
||||||
|
|
||||||
def fix_location_models():
|
def fix_location_models():
|
||||||
|
|
@ -450,7 +450,7 @@ def fix_location_models():
|
||||||
# fix_location_collection()
|
# fix_location_collection()
|
||||||
# fix_award_type()
|
# fix_award_type()
|
||||||
# fix_role()
|
# fix_role()
|
||||||
pass
|
fix_news()
|
||||||
|
|
||||||
data_types = {
|
data_types = {
|
||||||
"dictionaries": [
|
"dictionaries": [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user