issues
search
oxan
/
djangorestframework-dataclasses
Dataclasses serializer for Django REST framework
BSD 3-Clause "New" or "Revised" License
431
stars
28
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Use 'source' to determine which fields should be autogenerated
#93
Philipp-Userlike
opened
9 months ago
2
[Feature request] Use `typing.Annotated` to redefine field types
#92
MaksimZayats
opened
1 year ago
4
`django-stubs` breaks type checking of `DataclassSerializer.validated_data`
#91
johnthagen
closed
11 months ago
6
PEP 695 support
#90
oxan
closed
11 months ago
0
PEP 695 type alias support
#89
oxan
closed
11 months ago
0
Populate help_text on serializer
#88
ciferkey
opened
1 year ago
4
Allow for union discriminators different from class names
#87
Philipp-Userlike
closed
4 months ago
6
Re-add PEP 561 py.typed file to package
#86
intgr
closed
1 year ago
3
Version 1.3.0 wheel package is missing `py.typed` file
#85
intgr
closed
1 year ago
2
Handle fields with source='*' (fixes #77)
#84
oxan
closed
1 year ago
0
Fix passing child kwargs from field metadata
#83
oxan
closed
1 year ago
0
Union type support
#82
oxan
closed
1 year ago
0
Implement strict de-serialization option
#81
johnthagen
closed
1 year ago
3
Support non-init fields (fixes #71)
#80
oxan
closed
1 year ago
0
Support for `source="*"` embedded serializers from drf only
#79
txomon
closed
1 year ago
1
Support for `source="*"` embedded serializers from both drf and drfd
#78
txomon
closed
1 year ago
1
DataclassSerializer fails with `source="*"` embedded serialiser fields because it requires Meta.dataclass
#77
txomon
closed
1 year ago
7
Support union field
#76
panchock
closed
1 year ago
3
DataclassListSerializer can't deserialize objects
#75
erickguan
closed
1 year ago
2
Why lock on dataclass?
#73
lev-trullion
closed
1 year ago
0
Compatibility with mypy 1.0+
#72
oxan
closed
1 year ago
0
Serializer initializing dataclass with non init fields
#71
aryan-curiel
closed
1 year ago
0
Support custom containers for list/dict fields
#69
oxan
closed
1 year ago
0
Support for types like frozenset?
#68
adonig
closed
1 year ago
8
Bug with @swagger_auto_schema in drf-yasg
#67
Rfank2021
closed
1 year ago
1
Type checking using mypy
#66
oxan
closed
2 years ago
4
Fix compatibility with mypy 0.990
#65
intgr
closed
2 years ago
6
Mypy error: Type argument "X" of "DataclassSerializer" must be a subtype of "Dataclass"
#64
intgr
closed
2 years ago
3
Adding support for dataclass Union field
#63
panchock
closed
1 year ago
8
Support union types and maybe other corner cases
#62
emarbo
closed
2 years ago
3
bool field with default of True actually defaults to False when using QueryDict
#61
ses4j
closed
2 years ago
4
"Invalid data. Expected a dictionary, but got <dataclass.type>"
#60
mitchmahan
closed
2 years ago
2
Nesting dataclass serializer inside regular serializer can result in <class 'rest_framework.fields.empty'> for optional fields
#59
henribru
closed
1 year ago
3
Add email type
#58
mahtat555
closed
2 years ago
1
TYPE_CHECKING imports result in error on type evaluation
#57
Syntaf
closed
1 year ago
8
Difference between inheritance and function
#56
rvanlaar
closed
2 years ago
3
For nested dataclass serializers, prefix with the name of dataclass so drf-spectacular doesn't combine components
#55
ford-carta
closed
2 years ago
6
[Question]: Nested serializer with Union
#54
felippemr
closed
2 years ago
2
Fix PEP 585 generics with forward references
#53
oxan
closed
2 years ago
1
Nested dataclasses and using drf-spectacular.
#52
macsikora
closed
2 years ago
7
Type forward references do not work with PEP 585 collections
#51
intgr
closed
2 years ago
5
Support new X | Y union syntax in Python 3.10 (PEP 604)
#50
intgr
closed
2 years ago
6
Performance ModelSerializer vs DataclassSerializer
#48
Kub-AT
closed
3 years ago
0
Stringify Python versions in Actions matrix
#47
oxan
closed
3 years ago
0
Serializing nested dataclasses using rest_framework.serilaizers.Field subclass
#46
diachkov-lightit
closed
3 years ago
2
Accept @property-decorated methods to be serialized
#45
oxan
closed
3 years ago
0
Enable DataclassSerializer to work with property
#44
EnriqueSoria
closed
3 years ago
1
`.is_valid()` seems to return `False` even in minimal example
#43
islerfab
closed
3 years ago
3
With drf-yasg, I have problem with models.TextChoices
#42
rarvolt
closed
3 years ago
3
With drf-yasg, Dataclass name appears as "Dataclass" string instead of class name
#41
akakakakakaa
closed
3 years ago
9
Next