Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/marshmallow-code/marshmallow

A lightweight library for converting complex objects to and from simple Python datatypes.
https://github.com/marshmallow-code/marshmallow

RAISE should be default for Nested()

tuukkamustonen opened this issue over 6 years ago
How to report errors for container fields?

lafrech opened this issue over 6 years ago
EmailField validation misses unicode non-breaking space

WeishenMead opened this issue over 6 years ago
Handle unknown fields with EXCLUDE, INCLUDE or RAISE

ramnes opened this pull request over 6 years ago
The removal of load_from/dump_to in 3.x is not documented

dequis opened this issue over 6 years ago
Marshmallow doesn't merge nested data

ghost opened this issue over 6 years ago
Investigate Serialization Performance

deckar01 opened this issue over 6 years ago
Nested single string 'only' behavior edge case

timc13 opened this issue almost 7 years ago
Refactor Field.serialize()

deckar01 opened this issue almost 7 years ago
Could I use a single schema instance on concurrent request?

yupeng0921 opened this issue almost 7 years ago
RFC: Remove Nested(many=True) to keep only the List(Nested()) form

lafrech opened this issue almost 7 years ago
Empty Only Treated as None

deckar01 opened this issue almost 7 years ago
DateTime deserializer cannot use dateutil

mchalek opened this issue almost 7 years ago
Ordered deserialization (ordered loading)

dfee opened this issue almost 7 years ago
require_tld option of validate.URL is missing for fields.URL

DenisKuplyakov opened this issue almost 7 years ago
(De)serialization to other types

dvf opened this issue almost 7 years ago
Empty strings as None (revisited)

csingley opened this issue about 7 years ago
Add format option for fields.time

BennyAlex opened this issue over 7 years ago
fields.DateTime - load/dump to timestamp

vgavro opened this issue almost 8 years ago
Proposal: field "load_from" option - lookup for dotted path

vgavro opened this issue almost 8 years ago
Add priority to decorator processors

lgo opened this pull request almost 8 years ago
Add "on" and "off" values to Boolean truthy/falsy sets

marcellarius opened this issue about 8 years ago
fields.TimeDelta precision

Fedalto opened this issue over 8 years ago
Add option to throw validation error on extra keys

tuukkamustonen opened this issue over 8 years ago
Extend Dict field type to allow specifying type of dictionary values

maximkulkin opened this issue over 8 years ago
Nesting field should validate nested schema instance

frol opened this issue almost 9 years ago
load None value into special value, e.g. None -> []

frogcjn opened this issue about 9 years ago
RFC: Improved API for registering field validator methods

sloria opened this issue about 9 years ago
fields.Function should support func=None

DamianHeard opened this issue over 9 years ago
fields.Function deserialization should support contexts

DamianHeard opened this issue over 9 years ago
Pass schema's context to validation functions

evgeny-sureev opened this issue over 9 years ago
skip_missing is gone, how to skip None elements ?

touilleMan opened this issue over 9 years ago
ContainsOnly validator

sloria opened this issue almost 10 years ago
In strict mode, raise UnmarshallingError with full errors dictionary

sloria opened this issue about 10 years ago
Allow field.attribute for both serializing and deserializing

hakjoon opened this issue about 10 years ago
Field validators as schema methods?

sloria opened this issue about 10 years ago
Default for deserialization parameter ("missing")?

sloria opened this issue about 10 years ago
"load_only" fields

sloria opened this issue about 10 years ago
Make "required" validation message configurable

svenstaro opened this issue about 10 years ago
Improve "required" validation; allow_none and allow_blank

sloria opened this issue about 10 years ago
Support for read-only fields

pmdarrow opened this issue about 10 years ago
Make attribute getter function configurable

sloria opened this issue over 10 years ago
Nested class can't process dict

leejaycoke opened this issue over 10 years ago
Better handling of "two-way" nesting

sloria opened this issue almost 11 years ago
Date format class Meta option

sloria opened this issue about 11 years ago
Object deserialization?

sloria opened this issue about 11 years ago