Files
plantillas-proyectos/backend/api/v1/modules/a76
AlexeerCT 23509cbcc9 Refactor DTO classes to use model_config with ConfigDict for attribute handling
- Updated multiple DTO classes across various modules to replace the `Config` class with `model_config = ConfigDict(from_attributes=True)`.
- This change enhances consistency in attribute handling and aligns with the latest Pydantic practices.
- Adjusted error handling in core modules to change status codes from `HTTP_422_UNPROCESSABLE_ENTITY` to `HTTP_422_UNPROCESSABLE_CONTENT` for improved clarity in validation responses.
2026-03-24 12:06:55 -05:00
..
2026-03-03 16:45:12 -07:00
2026-03-24 08:06:48 -06:00
2026-02-09 08:42:02 -06:00
2026-03-17 16:35:27 -06:00
2026-02-23 13:05:02 -06:00