quackscape/quackscape
Kumi cfe54415c7
feat(users): Add get_serializer_class to FileUploadView
Introduced a `get_serializer_class` method in the `FileUploadView` class to avoid warnings about the missing `serializer_class` attribute. This change ensures better code clarity and suppresses unnecessary warning messages during runtime, without altering the dynamic serializer class resolution based on the `media_type` in the request data. This adjustment provides a cleaner, more maintainable codebase and enhances developer experience by clearly communicating the intentional dynamic behavior of serializer class selection.
2024-05-07 16:19:30 +02:00
..
management/commands A mo-mo-mo-monster 2024-03-11 15:56:03 +01:00
tours feat: improve UI visibility and interaction 2024-03-28 11:15:36 +01:00
users feat(users): Add get_serializer_class to FileUploadView 2024-05-07 16:19:30 +02:00
__init__.py A mo-mo-mo-monster 2024-03-11 15:56:03 +01:00
asgi.py A mo-mo-mo-monster 2024-03-11 15:56:03 +01:00
celery.py A mo-mo-mo-monster 2024-03-11 15:56:03 +01:00
manage.py feat: Upgrade project setup and dependencies management 2024-03-15 09:36:18 +01:00
settings.py feat: enhance UI and extend form functionality 2024-03-27 09:22:04 +01:00
urls.py Enhance editor UI and user content management 2024-03-14 17:28:14 +01:00
wsgi.py A mo-mo-mo-monster 2024-03-11 15:56:03 +01:00