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
ec4fa17d72
Features: ;
...
Fixes: 1) Fix indentation issue in handling zip file stream for proper file processing;
Extra: ;
2025-05-16 02:05:02 +03:00
97b877c943
Features: 1) Add support for parsing files directly from zip-encoded streams.
...
Fixes: 1) Correct parsing logic to ensure consistent handling of file objects regardless of source type.
Extra: Refactor indentation and reduce duplicate logic for file parsing.
2025-05-16 01:53:19 +03:00
43c8df0c05
Features: 1) Add support for shipping and billing addresses in serializers, mutations, and models; 2) Validate address inputs during order purchasing; 3) Auto-fill billing address if only shipping address is provided and vice-versa;
...
Fixes: 1) Correct redundant variable and file handling in geo management commands; 2) Fix formatting inconsistencies in tqdm loops across geo management commands; 3) Remove unnecessary decorator in token verification view;
Extra: Clean up imports, line breaks, and redundant code for better readability and maintainability in multiple files;
2025-05-16 01:47:45 +03:00
68febcdb08
Initial Commit
2025-04-29 22:40:30 +03:00