1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-19 04:49:37 +02:00
AdventureLog/backend/server/worldtravel
Sean Morley b5931c6c23 refactor(worldtravel): remove insert_id fields from city, country, and region models; update related migration
feat(search): enhance search results display with total results count and improved layout
fix(profile): update achievement levels based on adventure count; remove unused quick actions
refactor(shared): delete unused shared collections route and related components
feat(worldtravel): improve interactive map functionality and layout in world travel detail view
2025-06-14 14:05:30 -04:00
..
management Enhance download-countries command with temporary SQLite database for efficient data processing; add batch size argument for improved performance and memory management. 2025-05-27 10:12:33 -04:00
migrations refactor(worldtravel): remove insert_id fields from city, country, and region models; update related migration 2025-06-14 14:05:30 -04:00
__init__.py migration to new backend 2024-07-08 11:44:39 -04:00
admin.py Enhance admin security by integrating secure_admin_login from AllAuth and updating settings for new dependencies 2024-11-29 17:51:32 -05:00
apps.py migration to new backend 2024-07-08 11:44:39 -04:00
models.py refactor(worldtravel): remove insert_id fields from city, country, and region models; update related migration 2025-06-14 14:05:30 -04:00
serializers.py feat: update get_num_visits method to improve user visit count retrieval 2025-05-31 15:46:15 -04:00
tests.py migration to new backend 2024-07-08 11:44:39 -04:00
urls.py feat: add VisitedCity model and serializer, update admin interface, and enhance city visit tracking functionality 2025-01-09 12:38:29 -05:00
views.py feat: enhance city and region visit tracking, update AdventureModal and serializers for improved data handling 2025-01-09 19:40:23 -05:00