Commit graph

8 commits

Author SHA1 Message Date
49fc9b33b6 Features: (none);
Fixes: (none);

Extra: 1) Remove unused migration file `0003_add_district_field.py`.
2025-05-19 17:25:44 +03:00
3fd3f0e0ee Features: None;
Fixes: None;
Extra: 1) Remove obsolete migration file `0004_add_missing_fields.py` from `geo`.
2025-05-19 17:25:10 +03:00
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
7b7a518050 Features: 1) Add 'district' field to 'address' model in migrations;
Fixes: 1) Add missing import for models in migration file;

Extra: 1) Remove autogenerated timestamp comment from migration file;
2025-05-19 17:05:47 +03:00
b808c6684a Features: 1) Add new migration file for geo app to track database changes;
Fixes: ;

Extra: 1) Generated migration skeleton for district field addition;
2025-05-19 17:05:11 +03:00
564ce0706b Features: Full Geo rework.
Fixes: 1) Address redundant migration logic by dropping stale migrations; 2) Cleanup swapper-based dependencies in Geo models;

Extra: Streamlined database initialization by resetting all previous migrations.
2025-05-19 14:45:53 +03:00
68febcdb08 Initial Commit 2025-04-29 22:40:30 +03:00