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

Pass missing and default in deserialized form

Closes #378

7873207314cc36097db56912069a0a84d1a20de1 authored almost 7 years ago
Correction in docco for _do_load

08fba280e37f19ae24a82a93ec6868b6704e2f64 authored almost 7 years ago
Merge pull request #757 from adyouri/dev

Fix typo

afb5be9eff7fc9ea3076c617f07902ed5f13b262 authored almost 7 years ago
Merge pull request #1 from adyouri/adyouri-patch-1

Fix typo

9fe70ff62fb969ebd8e35a5296a1506b433e88d0 authored almost 7 years ago
Fix typo

fa840710166c38352a6c8e180c4acfd61e534e16 authored almost 7 years ago
Bump version and update changelog

bdd631e0c29083e74e3cde1393a691eb5f63f32b authored almost 7 years ago
Merge pull request #734 from Nobatek/dev_730_structured_dict_nested

Rework error message collection in structured Dict

8f2f6b57f850477fb2293d2545c2e8dfa8ca8232 authored almost 7 years ago
Fix typo

[skip ci]

4f0a3504cf0d916ab032d7cbb6d16c541906f6ed authored almost 7 years ago
Merge pull request #724 from Nobatek/dev_717_replace_dump_to_load_from

Merge load_from and dump_to into data_key

45b145bb71f8586174ba3987d7d24c3e3289e596 authored almost 7 years ago
fix: change suggested by @lafrech to move test to deserialization

fa967679383515835ac560077a9dc5011bfdabca authored almost 7 years ago
Update docs about load_from/dump_to -> data_key

d2fac38f1f871e09d31a9689c837948bf5cb33b0 authored almost 7 years ago
fix: change how strict works so it's really strict about types

f54b49e8c5e4db8e9c2ca0e758c4e6e0289be0b8 authored almost 7 years ago
Merge load_from and dump_to into data_key

a46a2ee4907ec0931f6e769ca207a40fc9cfa716 authored almost 7 years ago
Update changelog

05fce5393344c124b4e48e5e2e8f35dcb2aad6e9 authored almost 7 years ago
Merge pull request #754 from Nobatek/dev_319_remove_nested_required_feature

Don't recursively check required missing in Nested fields

f0979810ddfec5f07737849b785999969aefedf4 authored almost 7 years ago
Don't recursively check required missing in Nested fields

Fixes #319

2ec3f11fe706627b9c01c72a15259c500c7e1476 authored almost 7 years ago
Remove test_structured_dict_nested_value_deserialization

This is now covered by test_structured_dict_value_deserialization and
test_structured_dict_key_d...

9b7c19e98a8e24d509bd1ba1e75ec3a9a30a62f8 authored almost 7 years ago
Structured Dict: test field returning dict of error messages

Reg test for #730

01f01ea2969db41cbc0b7debf7b6fcaf58e4f253 authored almost 7 years ago
Rework test_structured_dict_nested_value_deserialization

27545de75e1e413b678e48427de951cb73400a72 authored almost 7 years ago
Add @magul to AUTHORS

3fd59becd91ac95617b0c06ecee2389dfe88dfda authored almost 7 years ago
Merge pull request #752 from magul/schema-dump-without-data-attr

Marshmallow 3.x - serializer dump method directly return dictionary, …

6f0bee002fcb78b171e9e974a06557a583182696 authored almost 7 years ago
Marshmallow 3.x - serializer dump method directly return dictionary, there's no reason to ask for data (and no attribute with that name)

d9c38200efe3c07d5cda503e2d2c796b7287c1b1 authored almost 7 years ago
Update changelog and upgrading guide; add @stj to AUTHORS

327530deee83073eb8d5f0fc80df3601e4320bd4 authored almost 7 years ago
Merge pull request #750 from stj/dev

Fix pass_original on nested many

e1016128f0f8d9e57110982eb4ab7307d3e10ff0 authored almost 7 years ago
Fix pass_original on nested many

Pass the correct `original_data` for decorated `post_load` and
`post_dump` methods when dealing ...

8778bf1c282c0e5cdc46fddc488ebd23b76ad89b authored almost 7 years ago
Merge pull request #744 from stj/dev

:bug: Fix pass_original for validate_schema on nested many

a867533d53ddbe8cb0ff63c1dc3ca53337ba525c authored almost 7 years ago
fixup! :bug: Fix pass_original for validate_schema on nested many

c36cd2fda4f659f04da5c135fa8b6feda2cf7177 authored almost 7 years ago
:bug: Fix pass_original for validate_schema on nested many

Pass the correct `original_data` for decorated `validate_schema` method
when dealing with a `Nes...

7f827137ca2068421e241c112db57507128eb0b5 authored almost 7 years ago
Rework test_structured_dict_nested_value_deserialization

67b649533a4c562dc877339472cdb968b290ce17 authored almost 7 years ago
Rework error message collection in structured Dict

Fixes #730

20ef6fe0f2b3c9cea59e46d8eb607d72c76a8ef8 authored almost 7 years ago
Bump version and update changelog

642d18b58d9b42d16b450a30b42aa57ea3859192 authored about 7 years ago
Update changelog and upgrading docs

f51dada58150942a65085ffb5f574a5024eefef1 authored about 7 years ago
Merge pull request #725 from Nobatek/dev_511_schema_load_none

Schema.load(None) raises ValidationError

8d15fda8c47739c11bf528692fdb19b9a5cec9a0 authored about 7 years ago
Schema.load(None) raises ValidationError

Closes #511

11822c27a9df9e6ca50c33fa15c70097bac11692 authored about 7 years ago
Clarify wording in upgrading guide and changelog

63223dcb7a940b75f9e6bea2165654e74732003a authored about 7 years ago
Remove incorrect comment about Method fields receiving context

8ec9b2c98ae0dea148113554acb40ea9bbcd3a6a authored about 7 years ago
Fix link to CoC

a61d3c29bb2d1af40b950dabe2116960b4dd4dab authored about 7 years ago
Update docs and changelog

b503221eb592d41b465ef32006fa757aa0d791ad authored about 7 years ago
Merge branch '2.x-line' into dev

c9afda67831e5c9afddd81c43f31de697f9253b4 authored about 7 years ago
Merge pull request #711 from Nobatek/dev_deprecate_strict

Remove strict parameter and return [de|]serialiazed data or raise ValidationError

e81c36c25b2a9721bebaf5c8c6de5a71f904a5e7 authored about 7 years ago
Merge pull request #719 from marshmallow-code/code-of-conduct

Add code of conduct

07cebb919cf577252e7628464ea23936a68ac054 authored about 7 years ago
Merge pull request #720 from pc-m/typo-in-nested-example

fix the output of the nested serialization example

f477f8c065fb6526e38beb83add000faa77b66a5 authored about 7 years ago
fix the output of the nested serialization example

3fdc873cbf87a0c385b9cf139c334c7a0923030d authored about 7 years ago
Remove strict parameter from Schema

5b9220adfe0c8d7f392c2b23f1f764f696f166cc authored about 7 years ago
Fix deserialization tests

cc7dc55233e3d1e390f17977688dc3549432d3fe authored about 7 years ago
Update examples

da32d2ca95093c46da7c7a76433e728cc625039a authored about 7 years ago
BaseSchema.validate(): always return errors dict

f14c2d9db9944423f8528fc2f72e41287e026436 authored about 7 years ago
Use pytest.deprecated_call() rather than pytest.warns(DeprecationWarning)

Workaround for https://github.com/pytest-dev/pytest/issues/2917

7b776d187e099a8d9aeb8b5475ae653a6f84c8fa authored about 7 years ago
Return deserialized data rather than data + errors

If errors are detected, ValidationError is raised which contains errors
in its 'messages' attrib...

389a38d6cb0a04cdfc93d788224a593cc2b3d3fa authored about 7 years ago
Deprecate strict parameter: raise ValidationError all the time

541275e138005e906ac5c18c23abb2528dff4be0 authored about 7 years ago
Update docs

a19497b16cf89cf3d2f89166dc4bfad2dcd87f20 authored about 7 years ago
Remove incorrect Nested documentation

The semantics of default are the same for Nested as they are for Field

fixes #701

2b94e656d2dc06c50e42f5a43cd48d3aaa91d47c authored about 7 years ago
Add code of conduct and update contributing docs

Code of conduct is based on Trio's COC, which is based on the
WeAllJS COC, which is excellent. T...

fa913086845ed9c8952c494be4eae47a54a82d96 authored about 7 years ago
Bump dev version and update changelog; minor doc update

362f499f421702f88514d8a5fef590f5dd789e7e authored about 7 years ago
Merge pull request #714 from Nobatek/dev_fix_load_from

Prevent using field name when using load_from

2f1fa2b1281b280f3a4cab2c3d1a612317e270d7 authored about 7 years ago
Document new "load_from" behaviour

f0b7af3251bd4a43cfdbd7854e9032c8f1193054 authored about 7 years ago
Prevent using field name when using load_from

b8a23665e7559033d856c3aa921e93f1195ae6c2 authored about 7 years ago
Merge branch '2.x-line' into dev

b35046dbc1352033d662641af01ea16fff50ed4b authored about 7 years ago
Remove unnecessary deps

764f504641ec42458e600a648f58c3c3b5052cd7 authored about 7 years ago
Initial Update (#715)

* Update invoke from 0.21.0 to 0.22.0

* Pin python-dateutil to latest version 2.6.1

* Pin ...

8f3fa987c06baa167b529bc6dde7a59322b16b27 authored about 7 years ago
Update changelog

b5087b0b1d459d3c899ec763cb2e042bdb0abce6 authored about 7 years ago
Add @harlov to AUTHORS

e1481a3e6a79603d816c37a946405d84bf82e0e6 authored about 7 years ago
Merge pull request #707 from harlov/url_validator_ipv6

Fix URL validator for ipv6 (brackets required always)

572c1557e9e0cdcb90ef92b7ac6fb179cfe61aa4 authored about 7 years ago
Merge branch '2.x-line' into dev

23261bc4be5916ec73e247c8c820120d056a4dc6 authored about 7 years ago
Update license year and footer link

8a3b3cece0b12bed9cccf66c2a61cd9ae0c17266 authored about 7 years ago
Update changelog

25cb7e03b8e571303e8185019ab7915343ce22ec authored about 7 years ago
Merge pull request #710 from Nobatek/dev_nested_store_valid_data_in_validation_error

Nested field: store data and valid_data in ValidationError on dump/load

f53028f4bd9041dbe2683c82fa1f091a5f238562 authored about 7 years ago
Upgrade changelog and upgrading guide; bump dev version

e7a021771cdc27a341ff6182cf2e70b68aa29021 authored about 7 years ago
Merge pull request #712 from Nobatek/dev_remove_email_url_validation

Don't validate Email and URL fields on serialization

0f1463a7f196b5530fb9373059340e95f7581963 authored about 7 years ago
Don't validate Email and URL fields on serialization

Closes #608

3c649b92af52e1559b3b1cf52cf3b0aedb3c756c authored about 7 years ago
Nested field: store data and valid_data in ValidationError on dump/load

c2bd136568524d56f561d62792b4503b7f91ba04 authored about 7 years ago
Add release date

6e547c6d504dc5a827b10cd129f8e58eebd15fca authored about 7 years ago
Bump version and update changelog

cb8ed5ed0d911158f9bc6b2a1129d41743cea331 authored about 7 years ago
Merge pull request #700 from deckar01/483-structured-dict

Structured Dictionaries

aa571bfd8b9393f902fb22401319ea460d54a7ba authored about 7 years ago
Fix URL validator for ipv6 (brackets required always)

0a56c929af3ba48488b8a221131b1e9b05bd1b65 authored about 7 years ago
Merge branch '2.x-line' into dev

b60fe47e4cb3665083aefdad91e290595afa76bc authored about 7 years ago
Add missing @post_load decorator in example

Closes #706

15793986ea3aa285f6641acacd9fb0f342188a7a authored about 7 years ago
Merge pull request #705 from EdwardBetts/patch-1

Correct spelling mistake.

ced468096f5a494c09925410a1f5cee449eb5107 authored about 7 years ago
Correct spelling mistake.

e9c77ee1aa5c727a66eb3ca1a0aff50e77d84184 authored about 7 years ago
Add support for structured dictionary keys #483

b1ddf571679d9f45aa265c9f905398515412d4c1 authored about 7 years ago
Add support for structured dictionary values #483

de17a208609a39f7f6fdc53a1f11f086c71ae146 authored about 7 years ago
Conditionally run release stage

1ff81714e30caf51716b54c80f3059a751db57ea authored about 7 years ago
Merge branch '2.x-line' into dev

12044877d8af3d8f07c39bf0c5df78d3d7a22df1 authored about 7 years ago
Bump version and update changelog

5e66497c5004a138747266cec3a5559761225731 authored about 7 years ago
Use travis build stages to autorelease

54bc66dc9ada3a36e7826d31046594ab73c9a577 authored about 7 years ago
Merge pull request #699 from 4lissonsilveira/fix-deserialize-non-utf8-string-field

Fix bug: field that is not UTF-8 will raise a UnicodeDecodeError

0a39388db7eff63932c49da62bc819e29166c92d authored about 7 years ago
Fix py26 builds

f00ec3f39ad12a938ad15e76acf6048a73630aa2 authored about 7 years ago
Fix bug: field that is not UTF-8 will raise a UnicodeDecodeError

- Test added.
- Related: #650

c0bd95368b6a5cbd75ce66714f6626fb88aaf4dc authored about 7 years ago
Fix bug: field that is not UTF-8 will raise a UnicodeDecodeError

- Related: #650

d4e17931f5683b0288efa885b87fa8d76f5a0210 authored about 7 years ago
Update changelog; bump dev version; add @sklarsa to AUTHORS

515a9fcbdcae75912af81ff4b9f9a4144bb1198d authored over 7 years ago
Merge pull request #694 from sklarsa/from-iso-to-from-iso-datetime

Changes from_iso to from_iso_datetime

ebcfcb9f787540e0b2a4a3a490819627df4c3968 authored over 7 years ago
Deprecates from_iso

fcf4581418e223793c5f0591bb31d447b3c93e3b authored over 7 years ago
Changes from_iso to from_iso_datetime

2f3092b586155b197bff230db30c9809e1a3d78f authored over 7 years ago
Update changelog

57165159ea05452b928445fbd2dacec591db8432 authored over 7 years ago
Merge branch '2.x-line' into dev

1c92edc57849c733671bfefd59224f556211237d authored over 7 years ago
Bump version

63cfee6e35b05ed4db4c19cba9d34a08953f728c authored over 7 years ago
Update changelog and add @sduthil to AUTHORS

eb67b6464c5e7e5b2ddd2e78cba26e81bd9f9158 authored over 7 years ago
Merge pull request #674 from sduthil/url-require-tld

fix #664: validate.URL: add option to allow hostnames with no dots

ced27d794e08de20edb2c14d75ba2da56fe2a1ad authored over 7 years ago
Merge branch 'Fedalto-timedelta-precisions' into dev

cc2aeadf99241eabcfbd18628dfd8c4d51073826 authored over 7 years ago
Fix error message when an invalid precision is passed

2ef6c3bb2e412a544fc1ccaf847416187ccdc1cc authored over 7 years ago