Commit graph

2 commits

Author SHA1 Message Date
5ee3e4a974 Features: 1) Add 'country' field to geo model;
Fixes: 1) Remove redundant fields 'location', 'raw_data', 'api_response', and 'user' from 'address' model;

Extra: Adjust formatting by removing an unnecessary blank line;
2025-05-19 17:20:28 +03:00
28ac65332c Features: 1) Add new fields (city, region, postal_code, country, location, raw_data, api_response, user) to the Address model via migration 0004; 2) Introduce user ForeignKey to link Address model with AUTH_USER_MODEL.
Fixes: 1) Correct PointField import in migration 0001 to resolve GIS model inconsistency.

Extra: Adjust formatting in migration files for consistency.
2025-05-19 17:18:00 +03:00