Tmp remove signal to location
This commit is contained in:
parent
f861aa419c
commit
385b405937
|
|
@ -55,9 +55,9 @@ def update_product(sender, **kwargs):
|
||||||
('product', 'productstandard'): 'standards',
|
('product', 'productstandard'): 'standards',
|
||||||
('product', 'producttype'): 'product_type',
|
('product', 'producttype'): 'product_type',
|
||||||
('tag', 'tag'): 'tags',
|
('tag', 'tag'): 'tags',
|
||||||
('location', 'wineregion'): 'wine_region',
|
# ('location', 'wineregion'): 'wine_region',
|
||||||
('location', 'winesubregion'): 'wine_sub_region',
|
# ('location', 'winesubregion'): 'wine_sub_region',
|
||||||
('location', 'winevillage'): 'wine_village',
|
# ('location', 'winevillage'): 'wine_village',
|
||||||
('establishment', 'establishment'): 'establishment',
|
('establishment', 'establishment'): 'establishment',
|
||||||
}
|
}
|
||||||
filter_name = app_label_model_name_to_filter.get((app_label, model_name))
|
filter_name = app_label_model_name_to_filter.get((app_label, model_name))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user