0.8.35 order for city / country
This commit is contained in:
@@ -111,8 +111,8 @@ class Route(BaseModel):
|
||||
to_address_point_Dict = to_address_point_objs.values(
|
||||
'id', 'name', 'country__name')[0]
|
||||
|
||||
from_address_point_txt = f'{from_address_point_Dict["country__name"]} / {from_address_point_Dict["name"]}'
|
||||
to_address_point_txt = f'{to_address_point_Dict["country__name"]} / {to_address_point_Dict["name"]}'
|
||||
from_address_point_txt = f'{from_address_point_Dict["name"]} / {from_address_point_Dict["country__name"]}'
|
||||
to_address_point_txt = f'{to_address_point_Dict["name"]} / {to_address_point_Dict["country__name"]}'
|
||||
|
||||
return {
|
||||
'from_address_point_obj': from_address_point_objs[0],
|
||||
|
||||
Reference in New Issue
Block a user