CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
django-serializer
09-10
Net
Field 'customer_id' expected a number but got <Customer: Lary>
09-09
Back-end
Return many to many field queryset as json
09-07
other
want to return percentage in Django Rest Framework
09-04
Software design
Django drf serialiser map non pk field to object
09-01
Software engineering
How to get list as a value from another model of a serializer key's value in DRF serializer?
09-01
Net
Nested serializer representation for PrimaryKeyRelatedField
08-31
Mobile
Best way to add bool field to Django queryset/serializer
08-30
Software engineering
How to write custom validation on django rest framework?
08-29
OS
What is the correct field it should be applied
08-28
Mobile
How to filter a queryset of Tag objects by current user
08-26
Software design
How to Pass the request to another Serializer for Validation
08-25
Net
How to update PrimaryKeyRelatedField field of a nested relation? / Allow to GET a full object but PO
08-25
Net
serializer.data and serializer.validated_data is blank when a serializer is initialized by dictionar
08-24
Software engineering
How to send the data from @property field to database tables in Django
08-21
Mobile
Problem in posting Django API it shows "name": [ "This field is required." ]
08-16
database
Django Rest Framework invalid serializer data, can not figure out why
08-05
Net
Serializing model queryset showing empty [OrderedDict()]
08-01
Software engineering
exclude field from a nested serializer
07-30
Software design
How do I pass 'user_id' to CustomerSerializer?
07-29
Mobile
How to validade traverse attributes in DRF Serializer?
07-27
other
{'user': ['This field is required.']} in django while making a post request from
07-26
Enterprise
django custom serializer field not working
07-25
database
PrimaryKeyRelatedField does not serialize the object
07-19
Back-end
How to filter the django queryset based on the hours?
07-14
Mobile
DRF - serializer for list of dictionaries
07-07
database
How to serialize a model with many to maany relashionship?
07-06
Enterprise
serialize self-referential foreign key
07-06
Enterprise
Use data as Django response field name?
07-02
Enterprise
How to manually change value of primary key in Django Model through serializers?
07-02
Enterprise
DRF- how to return field which is not included in model in response
07-01
Enterprise
Serializer for writing Foreign Keys as integer id but reading them as object
06-05
Software engineering
How to use same serializer class for get and post method in Django?
06-04
database
How to serialize a through relationship in django
06-03
Net
{"non_field_errors":["Invalid data. Expected a dictionary, but got Company."]}
06-03
Net
How to use _set in SerializerMethod for instance?
05-30
other
how to create three tables in nested-serializer objects using django rest framework
05-29
Mobile
Retrieve data from models having reverse relationship in django rest
05-25
Software design
How to do pagination for a serializer field?
05-25
Net
How to automatically set ManyToMany relationship with user
05-20
Back-end
DRF : How to sort custom field which created by SerializerMethodField
108
1
2
3
Next
Last
Links:
CodePudding