1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-19 12:59:36 +02:00

Enhance geocoding functionality with host resolution and improved error handling; update AdventureModal for loading state management; refine LocationDropdown toast display logic; adjust world travel page for better documentation link visibility.

This commit is contained in:
Sean Morley 2025-05-23 10:46:37 -04:00
parent 0d800e8986
commit 2ccb8f5e0b
5 changed files with 54 additions and 17 deletions

View file

@ -167,7 +167,6 @@ class AdventureSerializer(CustomModelSerializer):
if category_data:
category = self.get_or_create_category(category_data)
instance.category = category
instance.save()
if has_visits:
current_visits = instance.visits.all()