mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-22 14:29:36 +02:00
fix: visited_city not assigned
This commit is contained in:
parent
ce87afeeb9
commit
ab2ad829f2
1 changed files with 1 additions and 0 deletions
|
@ -1163,6 +1163,7 @@ class ReverseGeocodeViewSet(viewsets.ViewSet):
|
|||
display_name = None
|
||||
country_code = None
|
||||
city = None
|
||||
visited_city = None
|
||||
|
||||
# town = None
|
||||
# city = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue