fix - update bug in organization by org_type_field

This commit is contained in:
2025-10-29 16:39:13 +03:30
parent 7afa0d8940
commit 3b78560bb9
2 changed files with 45 additions and 17 deletions

View File

@@ -576,3 +576,7 @@ AssertionError: .validate() should return the validated data
[2025-10-29 10:32:38,147] INFO django.utils.autoreload | IP: - | Path: - | Watching for file changes with StatReloader
[2025-10-29 10:38:36,906] INFO django.utils.autoreload | IP: - | Path: - | D:\Project\Rasaddam_Backend\apps\authentication\api\v1\api.py changed, reloading.
[2025-10-29 10:38:40,119] INFO django.utils.autoreload | IP: - | Path: - | Watching for file changes with StatReloader
[2025-10-29 10:40:02,244] INFO django.server | IP: - | Path: - | "GET /auth/api/v1/organization-type/?org_type_field=CI HTTP/1.1" 200 675
[2025-10-29 10:40:10,133] INFO django.server | IP: - | Path: - | "GET /auth/api/v1/organization-type/?org_type_field=PR HTTP/1.1" 200 400
[2025-10-29 10:40:16,966] INFO django.server | IP: - | Path: - | "GET /auth/api/v1/organization-type/?org_type_field=CO HTTP/1.1" 200 276
[2025-10-29 16:36:54,591] INFO django.utils.autoreload | IP: - | Path: - | D:\Project\Rasaddam_Backend\apps\authentication\api\v1\serializers\serializer.py changed, reloading.