Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / oxan/djangorestframework-dataclasses issues and pull requests

#93 - Use 'source' to determine which fields should be autogenerated

Issue - State: open - Opened by Philipp-Userlike 10 months ago - 2 comments

#92 - [Feature request] Use `typing.Annotated` to redefine field types

Issue - State: open - Opened by MaksimZayats 12 months ago - 4 comments

#91 - `django-stubs` breaks type checking of `DataclassSerializer.validated_data`

Issue - State: closed - Opened by johnthagen about 1 year ago - 6 comments

#90 - PEP 695 support

Pull Request - State: closed - Opened by oxan about 1 year ago

#89 - PEP 695 type alias support

Issue - State: closed - Opened by oxan about 1 year ago

#88 - Populate help_text on serializer

Issue - State: open - Opened by ciferkey about 1 year ago - 4 comments

#87 - Allow for union discriminators different from class names

Pull Request - State: closed - Opened by Philipp-Userlike about 1 year ago - 6 comments

#86 - Re-add PEP 561 py.typed file to package

Pull Request - State: closed - Opened by intgr about 1 year ago - 3 comments

#85 - Version 1.3.0 wheel package is missing `py.typed` file

Issue - State: closed - Opened by intgr about 1 year ago - 2 comments

#84 - Handle fields with source='*' (fixes #77)

Pull Request - State: closed - Opened by oxan over 1 year ago

#83 - Fix passing child kwargs from field metadata

Pull Request - State: closed - Opened by oxan over 1 year ago

#82 - Union type support

Pull Request - State: closed - Opened by oxan over 1 year ago

#81 - Implement strict de-serialization option

Issue - State: closed - Opened by johnthagen over 1 year ago - 3 comments

#80 - Support non-init fields (fixes #71)

Pull Request - State: closed - Opened by oxan over 1 year ago

#79 - Support for `source="*"` embedded serializers from drf only

Pull Request - State: closed - Opened by txomon over 1 year ago - 1 comment

#78 - Support for `source="*"` embedded serializers from both drf and drfd

Pull Request - State: closed - Opened by txomon over 1 year ago - 1 comment

#76 - Support union field

Pull Request - State: closed - Opened by panchock over 1 year ago - 3 comments

#75 - DataclassListSerializer can't deserialize objects

Issue - State: closed - Opened by erickguan over 1 year ago - 2 comments

#73 - Why lock on dataclass?

Issue - State: closed - Opened by lev-trullion over 1 year ago

#72 - Compatibility with mypy 1.0+

Pull Request - State: closed - Opened by oxan over 1 year ago

#71 - Serializer initializing dataclass with non init fields

Issue - State: closed - Opened by acuriel over 1 year ago

#69 - Support custom containers for list/dict fields

Pull Request - State: closed - Opened by oxan almost 2 years ago

#68 - Support for types like frozenset?

Issue - State: closed - Opened by adonig almost 2 years ago - 8 comments

#67 - Bug with @swagger_auto_schema in drf-yasg

Issue - State: closed - Opened by Rfank2021 almost 2 years ago - 1 comment

#66 - Type checking using mypy

Pull Request - State: closed - Opened by oxan about 2 years ago - 4 comments

#65 - Fix compatibility with mypy 0.990

Pull Request - State: closed - Opened by intgr about 2 years ago - 6 comments

#63 - Adding support for dataclass Union field

Issue - State: closed - Opened by panchock about 2 years ago - 8 comments

#62 - Support union types and maybe other corner cases

Issue - State: closed - Opened by emarbo about 2 years ago - 3 comments

#61 - bool field with default of True actually defaults to False when using QueryDict

Issue - State: closed - Opened by ses4j about 2 years ago - 4 comments

#60 - "Invalid data. Expected a dictionary, but got <dataclass.type>"

Issue - State: closed - Opened by mitchmahan over 2 years ago - 2 comments

#58 - Add email type

Pull Request - State: closed - Opened by mahtat555 over 2 years ago - 1 comment

#57 - TYPE_CHECKING imports result in error on type evaluation

Issue - State: closed - Opened by Syntaf over 2 years ago - 8 comments

#56 - Difference between inheritance and function

Issue - State: closed - Opened by rvanlaar over 2 years ago - 3 comments

#54 - [Question]: Nested serializer with Union

Issue - State: closed - Opened by felippemr almost 3 years ago - 2 comments

#53 - Fix PEP 585 generics with forward references

Pull Request - State: closed - Opened by oxan almost 3 years ago - 1 comment

#52 - Nested dataclasses and using drf-spectacular.

Issue - State: closed - Opened by macsikora almost 3 years ago - 7 comments

#51 - Type forward references do not work with PEP 585 collections

Issue - State: closed - Opened by intgr almost 3 years ago - 5 comments

#50 - Support new X | Y union syntax in Python 3.10 (PEP 604)

Pull Request - State: closed - Opened by intgr almost 3 years ago - 6 comments

#50 - Support new X | Y union syntax in Python 3.10 (PEP 604)

Pull Request - State: closed - Opened by intgr almost 3 years ago - 6 comments

#48 - Performance ModelSerializer vs DataclassSerializer

Issue - State: closed - Opened by Kub-AT about 3 years ago

#47 - Stringify Python versions in Actions matrix

Pull Request - State: closed - Opened by oxan about 3 years ago

#45 - Accept @property-decorated methods to be serialized

Pull Request - State: closed - Opened by oxan about 3 years ago

#44 - Enable DataclassSerializer to work with property

Issue - State: closed - Opened by EnriqueSoria about 3 years ago - 1 comment

#43 - `.is_valid()` seems to return `False` even in minimal example

Issue - State: closed - Opened by islerfab over 3 years ago - 3 comments

#42 - With drf-yasg, I have problem with models.TextChoices

Issue - State: closed - Opened by rarvolt over 3 years ago - 3 comments

#37 - How about performance ?

Issue - State: closed - Opened by Kub-AT almost 4 years ago - 2 comments

#36 - WIP: Allow serializer field configuration to be specified in metadata

Pull Request - State: closed - Opened by oxan almost 4 years ago - 5 comments

#35 - Enum support

Pull Request - State: closed - Opened by oxan almost 4 years ago

#34 - Automatic field generation for enums

Issue - State: closed - Opened by oxan almost 4 years ago

#33 - Decorator to generate Meta class?

Issue - State: closed - Opened by adsharma almost 4 years ago - 10 comments

#32 - Optional string field causing TypeError during validation.

Issue - State: closed - Opened by pyarun almost 4 years ago - 5 comments

#30 - Validation error with "" in string lists.

Issue - State: closed - Opened by tolomea almost 4 years ago - 10 comments

#29 - Patching

Issue - State: closed - Opened by tolomea almost 4 years ago - 6 comments

#28 - `DataclassSerializer`'s pydoc leaks into OpenAPI generator

Issue - State: closed - Opened by wkrueger about 4 years ago - 1 comment

#27 - Acessing optional serialized fields yields `rest_framework.fields.empty`.

Issue - State: closed - Opened by wkrueger about 4 years ago - 2 comments

#26 - Serializing breaks with Optional[List[Something]]

Issue - State: closed - Opened by wkrueger about 4 years ago - 2 comments

#25 - Support partial updates (fixes #23)

Pull Request - State: closed - Opened by oxan about 4 years ago

#24 - Fix Python 3.9 in CI

Issue - State: closed - Opened by oxan about 4 years ago

#23 - Cannot use with PATCH method

Issue - State: closed - Opened by HosseyNJF over 4 years ago - 8 comments

#22 - Add instructions on getting back dataclass object

Pull Request - State: closed - Opened by errietta over 4 years ago - 1 comment

#21 - Converting serialized data back to dataclass

Issue - State: closed - Opened by errietta over 4 years ago - 2 comments

#20 - Reimplement save() method

Pull Request - State: closed - Opened by oxan over 4 years ago

#19 - 'source' parameter is not properly handled in create

Issue - State: closed - Opened by gagarski over 4 years ago - 1 comment

#18 - Cleanup test cases (closes #10)

Pull Request - State: closed - Opened by oxan over 4 years ago

#17 - Set required to False for optional fields (#16)

Pull Request - State: closed - Opened by oxan over 4 years ago

#16 - Translation of optional fields on a dataclass

Issue - State: closed - Opened by agorer over 4 years ago - 4 comments

#15 - Doesn't work with nullable nested

Issue - State: closed - Opened by ADR-007 over 4 years ago - 1 comment

#14 - Swagger doc generation with composite nested fields

Issue - State: closed - Opened by errietta almost 5 years ago - 2 comments

#13 - Doesn't work with nested list items e. g.: my_field = MyDataclassSerialzer(many=True)

Issue - State: closed - Opened by ADR-007 almost 5 years ago - 2 comments

#12 - Ideas to a better way to instace of the dataclass instantiate_data_dictionaries

Issue - State: closed - Opened by Provoo almost 5 years ago - 2 comments

#11 - Add default value for max_digits and decimal_places in DecimalField

Issue - State: closed - Opened by oxan almost 5 years ago

#10 - Functional tests have become messy

Issue - State: closed - Opened by oxan almost 5 years ago - 1 comment

#9 - Fix handling of nested Literal types

Pull Request - State: closed - Opened by intgr almost 5 years ago - 3 comments

#8 - Additional type annotations

Pull Request - State: closed - Opened by intgr almost 5 years ago - 7 comments

#7 - Mark package as PEP 561 typing compliant

Pull Request - State: closed - Opened by intgr almost 5 years ago - 1 comment

#6 - Better error message when encountering "special" types

Pull Request - State: closed - Opened by intgr almost 5 years ago

#5 - Add Literal["values"] field support, convert to a ChoiceField

Pull Request - State: closed - Opened by intgr almost 5 years ago - 3 comments

#4 - Example of nested fields & extra_kwargs

Pull Request - State: closed - Opened by errietta almost 5 years ago - 2 comments

#3 - save() with nested dataclasses is broken

Pull Request - State: closed - Opened by intgr almost 5 years ago - 2 comments

#2 - Add UUID to recognized fields

Pull Request - State: closed - Opened by adevore about 5 years ago - 1 comment

#1 - Unit tests are needed

Issue - State: closed - Opened by oxan about 5 years ago